From 3a46420edd0f9177510f53f909b00dfaafab44d3 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 12 Feb 2026 02:54:28 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/compose.yaml --- Proxy_Containers/traefik/compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Proxy_Containers/traefik/compose.yaml b/Proxy_Containers/traefik/compose.yaml index 9ff6866..6377637 100644 --- a/Proxy_Containers/traefik/compose.yaml +++ b/Proxy_Containers/traefik/compose.yaml @@ -8,6 +8,8 @@ services: - "80:80" - "443:443" - "8079:8080" + environment: + - CF_DNS_API_TOKEN=${CF_DNS_API_TOKEN} volumes: - /var/run/docker.sock:/var/run/docker.sock - ./traefik.yaml:/etc/traefik/traefik.yaml:ro