diff --git a/stack.yml b/stack.yml index 455eca5..ba6698a 100644 --- a/stack.yml +++ b/stack.yml @@ -136,6 +136,7 @@ services: labels: - "traefik.enable=true" - "traefik.http.routers.authelia.rule=Host(`bc.a250.ca`) && PathPrefix(`/login`)" + - "traefik.http.routers.authelia.priority=10" - "traefik.http.routers.authelia.entrypoints=websecure" - "traefik.http.routers.authelia.tls=true" - "traefik.http.services.authelia.loadbalancer.server.port=9091"