Add link to GH issue for docker stack deploy

This commit is contained in:
Skip Baney 2017-01-17 00:38:56 -06:00 committed by Emile Vauge
parent fad3038df2
commit 18e9064d25
No known key found for this signature in database
GPG key ID: D808B4C167352E59

View file

@ -127,6 +127,8 @@ docker-machine ssh manager "docker service create \
emilevauge/whoami"
```
NOTE: If using `docker stack deploy`, there is [a specific way that the labels must be defined in the docker-compose file](https://github.com/containous/traefik/issues/994#issuecomment-269095109).
Check that everything is scheduled and started:
```sh