Use the latest stable version of traefik in the docs

This commit is contained in:
kolaente
2019-06-03 17:38:07 +02:00
committed by Traefiker Bot
parent 8e992c7cfb
commit 16f1f851cc
5 changed files with 9 additions and 9 deletions

View File

@@ -85,7 +85,7 @@ docker-machine ssh manager "docker service create \
--publish 80:80 --publish 8080:8080 \
--mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock \
--network traefik-net \
traefik \
traefik:<stable version from https://hub.docker.com/_/traefik> \
--docker \
--docker.swarmMode \
--docker.domain=traefik \