From 52948defa795ae7d50ebf1981e01334bf80904e8 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 12 Feb 2026 03:39:33 +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 aae9982..7434206 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}-https.entrypoints=websecure - - traefik.http.routers.${SERVICE_NAME}-https.rule=Host(`actual.home.gabesville.com`) + - traefik.http.routers.${SERVICE_NAME}-https.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`) restart: unless-stopped networks: traefik_network: