diff --git a/docker-compose.yml b/docker-compose.yml index 3bb3150..4b51f45 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,10 +33,10 @@ services: - "traefik.http.middlewares.traefik-auth.forwardauth.trustForwardHeader=true" - "traefik.http.middlewares.traefik-auth.forwardauth.authResponseHeaders=X-Auth-Request-User,X-Auth-Request-Email" - "traefik.http.middlewares.traefik-errors-401.errors.status=401" - - "traefik.http.middlewares.traefik-errors-401.errors.service=oauth2-proxy@docker" + - "traefik.http.middlewares.traefik-errors-401.errors.service=oauth2@docker" - "traefik.http.middlewares.traefik-errors-401.errors.query=/oauth2/sign_in?rd=https://traefik.mota-thomas.com/dashboard/" - "traefik.http.middlewares.traefik-errors-403.errors.status=403" - - "traefik.http.middlewares.traefik-errors-403.errors.service=oauth2-proxy@docker" + - "traefik.http.middlewares.traefik-errors-403.errors.service=oauth2@docker" - "traefik.http.middlewares.traefik-errors-403.errors.query=/oauth2/sign_out?rd=/oauth2/sign_in" oauth2-proxy: