From a7cb71405cb33dadb6c7d9b1f2231ebb4cd0e2cf Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 22:12:44 +0000 Subject: [PATCH] revert bfe3eee16655d3f1cdc4ea6e4c1a65181b13bcb8 revert Update Proxy_Containers/traefik/compose.yaml --- Proxy_Containers/traefik/compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Proxy_Containers/traefik/compose.yaml b/Proxy_Containers/traefik/compose.yaml index 6faf40c..1758e21 100644 --- a/Proxy_Containers/traefik/compose.yaml +++ b/Proxy_Containers/traefik/compose.yaml @@ -2,6 +2,8 @@ services: traefik: image: traefik:latest container_name: traefik + command: + - "--providers.docker=true" ports: - "80:80" - "443:443"