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