diff --git a/TV_Containers/tiramisu/compose.yaml b/TV_Containers/tiramisu/compose.yaml index 7bff198..4ee5951 100644 --- a/TV_Containers/tiramisu/compose.yaml +++ b/TV_Containers/tiramisu/compose.yaml @@ -33,7 +33,7 @@ services: - 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(`${SERVICE_NAME}.${DOMAIN_NAME}`) - #- traefik.http.services.${SERVICE_NAME}.loadbalancer.server.port=9080 + - traefik.http.services.${SERVICE_NAME}.loadbalancer.server.port=9080 ### Monitor with uptime-kuma - kuma.monitoring.group.name=Docker Containers - kuma.${SERVICE_NAME}.docker.parent_name=monitoring