diff --git a/compose.yml b/compose.yml index 09e8603..0535c17 100644 --- a/compose.yml +++ b/compose.yml @@ -20,7 +20,7 @@ services: labels: - "traefik.enable=true" - "traefik.http.services.recipes.loadbalancer.server.port=80" - - "traefik.http.routers.recipes.rule=Host(`apps.coopcloud.tech`, `recipes.coopcloud.tech`)" + - "traefik.http.routers.recipes.rule=Host(`apps.coopcloud.tech`)" - "traefik.http.routers.recipes.entrypoints=web-secure" - "traefik.http.routers.recipes.tls.certresolver=production"