Fix docker compose to docker-compose (#6033)

This commit is contained in:
BANO.notIT 2018-02-20 21:00:15 +03:00 committed by Gwendolynne Barr
parent a67f4a7aa7
commit eb8f177865
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ Numbers are specified as arguments in the form `service=num`. For example:
[Compose file version 3.x](/compose/compose-file/index.md), you can specify
[replicas](/compose/compose-file/index.md#replicas)
under the [deploy](/compose/compose-file/index.md#deploy) key as part of a
service configuration for [Swarm mode](/engine/swarm/). The `deploy` key and its sub-options (including `replicas`) only works with the `docker stack deploy` command, not `docker compose up` or `docker-compose run`.
service configuration for [Swarm mode](/engine/swarm/). The `deploy` key and its sub-options (including `replicas`) only works with the `docker stack deploy` command, not `docker-compose up` or `docker-compose run`.