diff --git a/stack.production.yml b/stack.production.yml index d2ca5b2..b033a50 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -68,7 +68,7 @@ services: - 'traefik.http.routers.authelia_authelia.rule=Host(`login.nixc.us`)' - 'traefik.http.routers.authelia_authelia.entrypoints=websecure' - "traefik.http.routers.authelia_authelia.tls.certresolver=letsencryptresolver" - # - "traefik.http.routers.authelia_authelia.service=authelia_authelia" + - "traefik.http.routers.authelia_authelia.service=authelia_authelia" - "traefik.docker.network=traefik" # # ## Authelia recommendations # - 'traefik.http.middlewares.authelia_authelia.forwardauth.address=http://authelia_authelia:9091/api/verify?rd=https://login.nixc.us/'