diff --git a/nodes/heimdall/kitchenowl/compose.yaml b/nodes/heimdall/kitchenowl/compose.yaml index 9da996f..1511685 100644 --- a/nodes/heimdall/kitchenowl/compose.yaml +++ b/nodes/heimdall/kitchenowl/compose.yaml @@ -12,7 +12,7 @@ services: - kitchenowl-internal labels: - "traefik.enable=true" - - "traefik.http.routers.kitchenowl.rule=Host(`kitchenowl.castaldifamily.com`)" + - "traefik.http.routers.kitchenowl.rule=Host(`kitchen.castaldifamily.com`)" - "traefik.http.routers.kitchenowl.entrypoints=websecure" - "traefik.http.routers.kitchenowl.tls.certresolver=cloudflare" - "traefik.http.services.kitchenowl.loadbalancer.server.port=80"