Merge pull request #2814 from arnav13081994/update-traefik-version

Updating Traefik version from 2.0 to 2.2.11
This commit is contained in:
Bruno Alla 2020-09-12 12:22:39 +02:00 committed by GitHub
commit b78c244e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM traefik:v2.0
FROM traefik:v2.2.11
RUN mkdir -p /etc/traefik/acme \
&& touch /etc/traefik/acme/acme.json \
&& chmod 600 /etc/traefik/acme/acme.json