Skip to content

Commit

Permalink
Merge pull request #28 from tiamilani/patch-1
Browse files Browse the repository at this point in the history
Update docker-compose.yml deprecated env variable
  • Loading branch information
l4rm4nd authored Jan 28, 2025
2 parents a79687b + 5483342 commit 851e984
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 851e984

Please sign in to comment.