From 05665f4eec6befabfd7107b32877023c860e7e8b Mon Sep 17 00:00:00 2001 From: Julien Maitrehenry Date: Tue, 22 Aug 2017 04:56:03 -0400 Subject: [PATCH] Add more visibility to docker stack deploy label issue --- docs/user-guide/swarm-mode.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user-guide/swarm-mode.md b/docs/user-guide/swarm-mode.md index 35e33c55c..6c0b9c412 100644 --- a/docs/user-guide/swarm-mode.md +++ b/docs/user-guide/swarm-mode.md @@ -131,7 +131,8 @@ docker-machine ssh manager "docker service create \ ``` Note that we set whoami1 to use sticky sessions (`--label traefik.backend.loadbalancer.sticky=true`). We'll demonstrate that later. -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). + +**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: