mirror of
https://github.com/docker/cli.git
synced 2025-07-30 17:03:07 +03:00
Fix docker stack deploy
reference flag
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
@ -81,7 +81,7 @@ configuration and environment-specific overrides, you can provide multiple
|
|||||||
`--compose-file` flags.
|
`--compose-file` flags.
|
||||||
|
|
||||||
```bash
|
```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
|
Ignoring unsupported options: links
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user