diff --git a/examples/traefik/docker-compose.yml b/examples/traefik/docker-compose.yml index bca20eeed..05190a07e 100644 --- a/examples/traefik/docker-compose.yml +++ b/examples/traefik/docker-compose.yml @@ -15,7 +15,8 @@ services: - proxy environment: - TZ=Europe/Berlin - - CF_DNS_API_TOKEN=MyCloudflareApiToken # change this + - CF_DNS_API_TOKEN=MyCloudflareApiToken # change this if you use Cloudflare + - CLOUDFLARE_EMAIL=example@googlemail.com # change this if you use Cloudflare labels: - traefik.enable=true - traefik.http.routers.api.rule=Host(`traefik.example.com`) # Define the subdomain for the traefik dashboard.