Update Proxy_Containers/traefik/compose.yaml

This commit is contained in:
2026-02-07 17:53:32 +00:00
parent 4a3e8b506b
commit 02672bc4f7
+1
View File
@@ -11,6 +11,7 @@ services:
- "8079:8080" - "8079:8080"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- ./traefik.yaml:/etc/traefik/traefik.yaml:ro
networks: networks:
- traefik - traefik
restart: unless-stopped restart: unless-stopped