From 089ac55b8767c0c7156da16beb96627c2347ebe1 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Wed, 22 Jul 2026 17:58:24 +0200 Subject: [PATCH] fixing typo --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index fb56fdb..025493c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -24,7 +24,7 @@ services: labels: traefik.enable: "true" traefik.docker.network: "${TRAEFIK_NETWORK:-internal}" - traefik.http.routers.addideas-toolbox.rule: "Host(`${TOOLBOX_HOST:-toolbax.add-ideas.de}`)" + traefik.http.routers.addideas-toolbox.rule: "Host(`${TOOLBOX_HOST:-toolbox.add-ideas.de}`)" traefik.http.routers.addideas-toolbox.entrypoints: websecure traefik.http.routers.addideas-toolbox.tls: "true" traefik.http.routers.addideas-toolbox.tls.certresolver: "${TRAEFIK_CERT_RESOLVER:-netcup}"