Merge pull request #28 from tiamilani/patch-1
All checks were successful
CI / validateComposeSyntax (push) Successful in 18s

Update docker-compose.yml deprecated env variable
This commit is contained in:
LRVT
2025-01-28 14:48:40 +01:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ services:
security_opt:
- no-new-privileges:true
environment:
- CF_API_TOKEN=YOUR-CLOUDFLARE-API-TOKEN # pls adjust
- CLOUDFLARE_API_TOKEN=YOUR-CLOUDFLARE-API-TOKEN # pls adjust
- DOMAINS=example.org,www.example.org,example.io # pls adjust; a list of fully qualified domain names separated by commas
- PROXIED=false # if true, instructs Cloudflare to cache webpages on your machine and hide its actual IP addresses
- TZ=Europe/Berlin