set traefik to v1.7 to avoid breaking changes in >

v2.0
This commit is contained in:
Brennen Raimer
2019-10-21 19:30:57 -04:00
parent 1aa739e5f7
commit aab50eceb9

View File

@@ -122,7 +122,7 @@ services:
- default #put this service on the built-in docker bridge network
reverse-proxy:
image: traefik:latest
image: traefik:v1.7
container_name: traefik-gc #referenced in ./configs/traefik.toml by this name in [api] section
restart: unless-stopped #Docker will automatically restart this container unless you intentionally stopped it
ports: