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}"