Skip to content

Commit

Permalink
Merge pull request compose-spec#281 from epuronta/secret-target-tweak
Browse files Browse the repository at this point in the history
Clarify secret.target absolute path syntax
  • Loading branch information
glours committed Nov 16, 2022
2 parents df82d22 + 61c3e3b commit 1eb16a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.md
Expand Up @@ -1645,7 +1645,7 @@ the service's containers.

- `source`: The name of the secret as it exists on the platform.
- `target`: The name of the file to be mounted in `/run/secrets/` in the
service's task containers. Defaults to `source` if not specified.
service's task container, or absolute path of the file if an alternate location is required. 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/`
Expand Down

0 comments on commit 1eb16a2

Please sign in to comment.