Skip to content

Commit

Permalink
Merge pull request docker#15767 from NitishKumar06/Nitish/15743
Browse files Browse the repository at this point in the history
Broken link updated in the compose build file
  • Loading branch information
usha-mandya authored Sep 28, 2022
2 parents 90ef090 + c8f29fc commit 89ba837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/compose-file/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ the service's containers.
service's task containers. Defaults to `source` if not specified.
- `uid` and `gid`: The numeric UID or GID that owns the file within
`/run/secrets/` in the service's task containers. Default value is USER running container.
- `mode`: The [permissions](http://permissions-calculator.org/) for the file to be mounted in `/run/secrets/`
- `mode`: The [permissions](https://chmod-calculator.com/) for the file to be mounted in `/run/secrets/`
in the service's task containers, in octal notation.
Default value is world-readable permissions (mode `0444`).
The writable bit MUST be ignored if set. The executable bit MAY be set.
Expand Down

0 comments on commit 89ba837

Please sign in to comment.