From 93cf59a88fb613e2881e0de14b0b5cb4d36a6a49 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 14 May 2026 04:04:34 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/compose.yaml --- Proxy_Containers/traefik/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Proxy_Containers/traefik/compose.yaml b/Proxy_Containers/traefik/compose.yaml index a0ad650..7603bdb 100644 --- a/Proxy_Containers/traefik/compose.yaml +++ b/Proxy_Containers/traefik/compose.yaml @@ -8,8 +8,8 @@ services: - "80:80" - "443:443" environment: - - CF_DNS_API_TOKEN=${CF_DNS_API_TOKEN} - - CROWDSEC_BOUNCER_API_KEY=${CROWDSEC_BOUNCER_API_KEY} + CF_DNS_API_TOKEN: + CROWDSEC_BOUNCER_API_KEY: volumes: - ./traefik.yaml:/etc/traefik/traefik.yaml:ro - ./config.yaml:/config.yml:ro