From 49a1c676d632083b507c98bda6bf769babae2c55 Mon Sep 17 00:00:00 2001 From: phg Date: Wed, 27 Aug 2025 23:03:52 +0200 Subject: [PATCH] remove whitespace --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e465481..9d28f51 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,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.routers.betterbahn-app-websecure.middlewares=secHeaders@file, autodetectContenttype@file, authentikProd@file" + - "traefik.http.routers.betterbahn-app-websecure.middlewares=secHeaders@file,autodetectContenttype@file,authentikProd@file" - "traefik.http.routers.betterbahn-app-websecure.service=betterbahn-app-websecure" - "traefik.http.services.betterbahn-app-websecure.loadbalancer.server.port=3000" # set port the container listenes to - "traefik.http.services.betterbahn-app-websecure.loadbalancer.server.scheme=http"