mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Pin Traefik Docker image to v1
Until we do the required changes to update to v2. Fixes #2258
This commit is contained in:
parent
2459392a98
commit
5e196b45e9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user