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