From b3dcac79eb12b39062235167967dd388c9dafdc5 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 14 May 2026 04:09:33 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/compose.yaml --- Proxy_Containers/traefik/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Proxy_Containers/traefik/compose.yaml b/Proxy_Containers/traefik/compose.yaml index a0ad650..42b2743 100644 --- a/Proxy_Containers/traefik/compose.yaml +++ b/Proxy_Containers/traefik/compose.yaml @@ -9,7 +9,7 @@ services: - "443:443" environment: - CF_DNS_API_TOKEN=${CF_DNS_API_TOKEN} - - CROWDSEC_BOUNCER_API_KEY=${CROWDSEC_BOUNCER_API_KEY} + - crowdsecLapiKey=${crowdsecLapiKey} volumes: - ./traefik.yaml:/etc/traefik/traefik.yaml:ro - ./config.yaml:/config.yml:ro