diff --git a/traefik/docker-compose.yml b/traefik/docker-compose.yml index 1890b9e..cb1f9fa 100644 --- a/traefik/docker-compose.yml +++ b/traefik/docker-compose.yml @@ -30,7 +30,7 @@ services: - traefik.http.routers.dashboard.tls.domains[0].main=${DOMAIN} - traefik.http.routers.dashboard.tls.domains[0].sans=*.${DOMAIN} #- traefik.http.services.dashboard.loadbalancer.server.port=8080 - - traefik.http.routers.dashboard.middlewares=redirect-to-https +# - traefik.http.routers.dashboard.middlewares=redirect-to-https # global redirect to https #- traefik.http.routers.http-catchall.rule=hostregexp(`{host:.+}`) #- traefik.http.routers.http-catchall.entrypoints=web