mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +00:00
Refactor docker-compose.yml to update URLs and remove unnecessary network configurations
This commit is contained in:
@@ -2,5 +2,5 @@ FROM traefik:latest
|
||||
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 ./traefik/traefik.yml /etc/traefik
|
||||
COPY usersfile /etc/traefik
|
||||
Reference in New Issue
Block a user