This patch fixes minor typo of the `docker-compose` command.
This commit is contained in:
Peter Kokot 2017-12-26 21:40:03 +01:00 committed by Misty Stanley-Jones
parent 2abb491a2d
commit 1dba72ce24
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ a similar way, see
### Defining and using secrets in compose files
Both the `docker compose` and `docker stack` commands support defining secrets
Both the `docker-compose` and `docker stack` commands support defining secrets
in a compose file. See
[the Compose file reference](/compose/compose-file/#secrets) for details.