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"