Freeze Traefik to v1 (latest), as v2 is now the main one.

Will be migrating to v2 soon.
This commit is contained in:
Jean Froment 2019-09-17 17:19:57 +02:00
parent 0e1f134dbb
commit 266df28db8
1 changed files with 1 additions and 1 deletions

View File

@ -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: