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"