Skip to content

Commit

Permalink
Update docker-compose.yml deprecated env variable
Browse files Browse the repository at this point in the history
The variable CF_API_TOKEN will be deprecated in version 2.0.0 in favor of CLOUDFLARE_API_TOKEN.
  • Loading branch information
tiamilani authored Jan 28, 2025
1 parent a79687b commit 5483342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cloudflare-ddns/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5483342

Please sign in to comment.