mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 21:24:32 +03:00
Merge pull request #2262 from pydanny/pin-traefik-v1
Pin Traefik Docker image to v1
This commit is contained in:
commit
6b65cb15e1
|
@ -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