From b889324726939b7888c995b10bc14e93ec49c5a8 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 12 Feb 2026 03:34:34 +0000 Subject: [PATCH] Update Financial_Containers/actual/compose.yaml --- Financial_Containers/actual/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Financial_Containers/actual/compose.yaml b/Financial_Containers/actual/compose.yaml index 658f02a..263bb5b 100644 --- a/Financial_Containers/actual/compose.yaml +++ b/Financial_Containers/actual/compose.yaml @@ -32,7 +32,7 @@ services: - traefik.http.routers.${SERVICE_NAME}-https.tls=true - traefik.http.routers.${SERVICE_NAME}-https.tls.certresolver=cloudflare - traefik.http.routers.${SERVICE_NAME}.entrypoints=websecure - - traefik.http.routers.${SERVICE_NAME}.rule=Host(`${SERVICE_NAME}.home.gabesville.com`) + - traefik.http.routers.${SERVICE_NAME}.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`) restart: unless-stopped networks: traefik_network: