mirror of https://github.com/docker/cli.git
Fix `docker stack deploy` reference flag
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
17aaad6f06
commit
2ee9635b1e
|
@ -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