Skip to content

Commit 9ab55eb

Browse files
authored
compose: spec update (#23580)
<!--Delete sections as needed --> ## Description compose-spec/compose-spec#618 ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 0094937 commit 9ab55eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/reference/compose-file/services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`).

0 commit comments

Comments
 (0)