mirror of https://github.com/docker/cli.git
Merge pull request #981 from vdemeester/docs-fix-stack-deploy-reference
Fix `docker stack deploy` reference flag
This commit is contained in:
commit
62104e2497
|
@ -81,7 +81,7 @@ configuration and environment-specific overrides, you can provide multiple
|
|||
`--compose-file` flags.
|
||||
|
||||
```bash
|
||||
$ docker stack deploy --compose-file docker-compose.yml -f docker-compose.prod.yml vossibility
|
||||
$ docker stack deploy --compose-file docker-compose.yml -c docker-compose.prod.yml vossibility
|
||||
|
||||
Ignoring unsupported options: links
|
||||
|
||||
|
|
Loading…
Reference in New Issue