diff --git a/docker-compose.yml b/docker-compose.yml index 943bbc3..fca6ac4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -67,4 +67,4 @@ services: - "traefik.http.routers.traefik.rule=Host(`${FQDN}`)" - "traefik.http.routers.traefik.tls=true" - "traefik.http.routers.traefik.tls.certresolver=letsencrypt" - - "traefik.http.routers.traefik.middlewares=traefik,net-home@file,auth-traefik@file" + - "traefik.http.routers.traefik.middlewares=traefik,net-home@file,auth-traefik@file,treafik-redirect"