Update compose-file-v3.md

corrected duplicate being verb
This commit is contained in:
PeterBParker 2022-03-30 11:55:05 -05:00 committed by GitHub
parent 16a7311c38
commit eef12c06a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1798,8 +1798,8 @@ the service's task containers.
specified.
- `mode`: The permissions for the file to be mounted in `/run/secrets/`
in the service's task containers, in octal notation. For instance, `0444`
represents world-readable. The default in Docker 1.13.1 is `0000`, but is
be `0444` in newer versions. Secrets cannot be writable because they are mounted
represents world-readable. The default in Docker 1.13.1 is `0000`, but it is
`0444` in newer versions. Secrets cannot be writable because they are mounted
in a temporary filesystem, so if you set the writable bit, it is ignored. The
executable bit can be set. If you aren't familiar with UNIX file permission
modes, you may find this