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: