From 32e3c9bfe7b8a671f18773733226c4533373c67e Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 14 May 2026 04:09:11 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/compose.yaml --- Proxy_Containers/traefik/compose.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Proxy_Containers/traefik/compose.yaml b/Proxy_Containers/traefik/compose.yaml index b64e7dd..a0ad650 100644 --- a/Proxy_Containers/traefik/compose.yaml +++ b/Proxy_Containers/traefik/compose.yaml @@ -7,11 +7,9 @@ services: ports: - "80:80" - "443:443" - env_file: - - .env environment: - CF_DNS_API_TOKEN: - CROWDSEC_BOUNCER_API_KEY: + - CF_DNS_API_TOKEN=${CF_DNS_API_TOKEN} + - CROWDSEC_BOUNCER_API_KEY=${CROWDSEC_BOUNCER_API_KEY} volumes: - ./traefik.yaml:/etc/traefik/traefik.yaml:ro - ./config.yaml:/config.yml:ro