Remove superfluous sentence from compose-file docs (#4154)

This commit is contained in:
James Guthrie 2017-08-11 00:52:16 +02:00 committed by Misty Stanley-Jones
parent d993579f8f
commit e09f7063cb
1 changed files with 1 additions and 2 deletions

View File

@ -389,8 +389,7 @@ the service's task containers.
- `source`: The name of the config as it exists in Docker.
- `target`: The path and name of the file that will be mounted in the service's
task containers. service's task containers. Defaults to `/<source>` if not
specified.
task containers. Defaults to `/<source>` if not specified.
- `uid` and `gid`: The numeric UID or GID which will own the mounted config file
within in the service's task containers. Both default to `0` on Linux if not
specified. Not supported on Windows.