From 40759cd66c42799ffd23378bb6eb1003b6c4311c Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 7 Apr 2024 18:01:44 -0400 Subject: [PATCH] update --- stack.production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/'