diff --git a/swarm.yml b/swarm.yml index 3d844e9..fbada3b 100644 --- a/swarm.yml +++ b/swarm.yml @@ -291,7 +291,7 @@ - "traefik.http.routers.auth.entrypoints=websecure" - "traefik.http.routers.auth.tls=true" - "traefik.http.routers.auth.middlewares=privatevpn" - - "traefik.http.routers.auth.service=auth@docker" + - "traefik.http.routers.auth.service=auth@swarm" - "traefik.http.services.auth.loadbalancer.server.port=4181" - "traefik.http.middlewares.forward-auth.forwardauth.address=http://forward-auth:4181" - "traefik.http.middlewares.forward-auth.forwardauth.trustForwardHeader=true"