mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-20 15:11:10 +00:00
6 lines
211 B
Docker
6 lines
211 B
Docker
FROM traefik:v2.11
|
|
RUN mkdir -p /etc/traefik/acme \
|
|
&& touch /etc/traefik/acme/acme.json \
|
|
&& chmod 600 /etc/traefik/acme/acme.json
|
|
COPY ./compose/traefik/traefik.yml /etc/traefik
|
|
COPY usersfile /etc/traefik |