From 5f77631a092ef61b2c253ae0db953438b8e66a23 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 7 Apr 2024 16:52:26 -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 a1a38fd..438f895 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -81,7 +81,7 @@ services: - "traefik.docker.network=traefik" - "traefik.http.services.authelia_authelia.loadbalancer.server.port=9091" - "traefik.http.routers.authelia_authelia.entrypoints=https" - - "traefik.http.routers.authelia_authelia.rule=Host(`login.${TRAEFIK_DOMAIN}`)" + - "traefik.http.routers.authelia_authelia.rule=Host(`login.nixc.us`)" - "traefik.http.routers.authelia_authelia.middlewares=securityHeaders@file"