set traefik to v1.7 to avoid breaking changes in >
v2.0
This commit is contained in:
@@ -122,7 +122,7 @@ services:
|
|||||||
- default #put this service on the built-in docker bridge network
|
- default #put this service on the built-in docker bridge network
|
||||||
|
|
||||||
reverse-proxy:
|
reverse-proxy:
|
||||||
image: traefik:latest
|
image: traefik:v1.7
|
||||||
container_name: traefik-gc #referenced in ./configs/traefik.toml by this name in [api] section
|
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
|
restart: unless-stopped #Docker will automatically restart this container unless you intentionally stopped it
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user