From f7c4f5f035f933d1fee7d57a430843f295e4d378 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 3 May 2022 16:55:49 +0100 Subject: [PATCH] Reinstate apps.coopcloud.tech URL --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 9b9f42a..c558b61 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(`recipes.coopcloud.tech`) && PathPrefix(`/recipes.json`))" + - "traefik.http.routers.recipes.rule=Host(`apps.coopcloud.tech`) || (Host(`recipes.coopcloud.tech`) && PathPrefix(`/recipes.json`))" - "traefik.http.routers.recipes.entrypoints=web-secure" - "traefik.http.routers.recipes.tls.certresolver=production"