From 650e85258134486b66ad2531ce2586ada3e483b1 Mon Sep 17 00:00:00 2001 From: phg Date: Sun, 31 Aug 2025 16:10:55 +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 24f2584..4272078 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,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:3000" + - "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