From 75021e14343d6880ae292e736e3ef9ed283f8363 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 14 May 2026 03:12:52 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/compose.yaml --- Proxy_Containers/traefik/compose.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Proxy_Containers/traefik/compose.yaml b/Proxy_Containers/traefik/compose.yaml index e43dff9..c559d74 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" security_opt: - no-new-privileges:true ports: @@ -12,7 +10,6 @@ services: environment: - CF_DNS_API_TOKEN=${CF_DNS_API_TOKEN} volumes: - - /var/run/docker.sock:/var/run/docker.sock - ./traefik.yaml:/etc/traefik/traefik.yaml:ro - /srv/docker/traefik:/var/traefik/certs/:rw - traefik-logs:/var/log/traefik