From 02672bc4f75b0c59b23cfab59cc5dbc9c41db512 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 17:53:32 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/compose.yaml --- Proxy_Containers/traefik/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Proxy_Containers/traefik/compose.yaml b/Proxy_Containers/traefik/compose.yaml index 5d7d2b9..03729ca 100644 --- a/Proxy_Containers/traefik/compose.yaml +++ b/Proxy_Containers/traefik/compose.yaml @@ -11,6 +11,7 @@ services: - "8079:8080" volumes: - /var/run/docker.sock:/var/run/docker.sock + - ./traefik.yaml:/etc/traefik/traefik.yaml:ro networks: - traefik restart: unless-stopped