mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-20 07:01:04 +00:00
init
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
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
|
||||
Reference in New Issue
Block a user