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

@@ -139,7 +139,7 @@ Here is the [docker-compose file](https://docs.docker.com/compose/compose-file/)
```yaml
traefik:
image: traefik
image: traefik:<stable version from https://hub.docker.com/_/traefik>
command: --consul --consul.endpoint=127.0.0.1:8500
ports:
- "80:80"