Broken link updated in the compose build file

This commit is contained in:
NitishKumar06 2022-09-28 16:32:11 +05:30
parent 8bce7328f1
commit c8f29fc13d
1 changed files with 1 additions and 1 deletions

View File

@ -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.