Pin Traefik Docker image to v1

Until we do the required changes to update to v2.

Fixes #2258
This commit is contained in:
Bruno Alla 2019-10-10 11:36:48 +01:00 committed by GitHub
parent 2459392a98
commit 5e196b45e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM traefik:alpine
FROM traefik:1.7-alpine
RUN mkdir -p /etc/traefik/acme
RUN touch /etc/traefik/acme/acme.json
RUN chmod 600 /etc/traefik/acme/acme.json