From c896d6b3789bf17cd1e8090a2d77db4c1283ac6a Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 12 Feb 2026 03:17:30 +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 263bb5b..a154cca 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}.${DOMAIN_NAME}`) + - traefik.http.routers.${SERVICE_NAME}.rule=Host(`${SERVICE_NAME}.gabesville.com`) restart: unless-stopped networks: traefik_network: