From b3f8ccf7d6dd6dc432531e95c2fc2ce5dc9fda45 Mon Sep 17 00:00:00 2001 From: phg Date: Sun, 31 Aug 2025 17:04:26 +0200 Subject: [PATCH] fix: update custom request header for betterbahn service to use localhost --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9cff64a..24ce7c4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,7 +22,7 @@ services: - "traefik.http.routers.betterbahn-app-websecure.tls=true" - "traefik.http.routers.betterbahn-app-websecure.tls.certresolver=hetzner" - "traefik.http.routers.betterbahn-app-websecure.tls.domains[0].main=${TLS_DOMAIN}" - - "traefik.http.middlewares.betterbahn-app-hostheader.headers.customrequestheaders.Host=betterbahn" + - "traefik.http.middlewares.betterbahn-app-hostheader.headers.customrequestheaders.Host=localhost" - "traefik.http.routers.betterbahn-app-websecure.middlewares=secHeaders@file, autodetectContenttype@file, authentikProd@file, betterbahn-app-hostheader" # whoami: # image: traefik/whoami