Skip to content

Commit

Permalink
Fix docker stack deploy reference flag
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
  • Loading branch information
vdemeester committed Apr 3, 2018
1 parent 17aaad6 commit 2ee9635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/commandline/stack_deploy.md
Expand Up @@ -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

Expand Down

0 comments on commit 2ee9635

Please sign in to comment.