From f15a445b038fc945a6e15448efece259cb093d6e Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 14 May 2026 17:15:29 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/config.tmpl --- Proxy_Containers/traefik/config.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Proxy_Containers/traefik/config.tmpl b/Proxy_Containers/traefik/config.tmpl index f9b3054..2db6dc2 100644 --- a/Proxy_Containers/traefik/config.tmpl +++ b/Proxy_Containers/traefik/config.tmpl @@ -5,7 +5,7 @@ http: crowdsec-bouncer: enabled: true crowdsecMode: stream - crowdsecLapiKey: "{{ env "CROWDSEC_BOUNCER_API_KEY" }}" + crowdsecLapiKey: '{{ env "CROWDSEC_BOUNCER_API_KEY" }}' crowdsecLapiHost: "crowdsec:8080" crowdsecLapiScheme: "http"