Refactor docker-compose.yml to update URLs and remove unnecessary network configurations

This commit is contained in:
2024-05-27 20:02:23 +08:00
parent 95d0b36384
commit 8a865c6e38
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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