Freeze Traefik to v1 (latest), as v2 is now the main one.
Will be migrating to v2 soon.
This commit is contained in:
parent
0e1f134dbb
commit
266df28db8
|
@ -2,7 +2,7 @@ version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik
|
image: traefik:v1.7-alpine
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue