diff --git a/Proxy_Containers/traefik/compose.yaml b/Proxy_Containers/traefik/compose.yaml index a898ed9..1c1da82 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} - - crowdsecLapiKey=${crowdsecLapiKey} + - CROWDSEC_BOUNCER_API_KEY=${CROWDSEC_BOUNCER_API_KEY} volumes: - ./traefik.yaml:/etc/traefik/traefik.yaml:ro - ./config.tmpl:/config.tmpl:ro