File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/reference/compose-file Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ The long syntax provides more granularity in how the config is created within th
319319- `target` : The path and name of the file to be mounted in the service's
320320 task containers. Defaults to `/<source>` if not specified.
321321- `uid` and `gid` : The numeric uid or gid that owns the mounted config file
322- within the service's task containers. Default value when not specified is `USER`.
322+ within the service's task containers.
323323- `mode` : The [permissions](https://wintelguy.com/permissions-calc.pl) for the file that is mounted within the service's
324324 task containers, in octal notation. Default value is world-readable (`0444`).
325325 Writable bit must be ignored. The executable bit can be set.
@@ -1920,7 +1920,7 @@ the service's containers.
19201920- `target` : The name of the file to be mounted in `/run/secrets/` in the
19211921 service's task container, or absolute path of the file if an alternate location is required. Defaults to `source` if not specified.
19221922- `uid` and `gid` : The numeric uid or gid that owns the file within
1923- ` /run/secrets/` in the service's task containers. Default value is `USER`.
1923+ ` /run/secrets/` in the service's task containers.
19241924- `mode` : The [permissions](https://wintelguy.com/permissions-calc.pl) for the file to be mounted in `/run/secrets/`
19251925 in the service's task containers, in octal notation.
19261926 The default value is world-readable permissions (mode `0444`).
You can’t perform that action at this time.
0 commit comments