From 26b8d95c1dfb2774e950dc2b21cd7d0b5fc14656 Mon Sep 17 00:00:00 2001 From: phg Date: Sun, 31 Aug 2025 17:06:22 +0200 Subject: [PATCH] fix: update custom request header for betterbahn service to use betterbahn --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 24ce7c4..9cff64a 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=localhost" + - "traefik.http.middlewares.betterbahn-app-hostheader.headers.customrequestheaders.Host=betterbahn" - "traefik.http.routers.betterbahn-app-websecure.middlewares=secHeaders@file, autodetectContenttype@file, authentikProd@file, betterbahn-app-hostheader" # whoami: # image: traefik/whoami