Skip to content

Commit 5483342

Browse files
authored
Update docker-compose.yml deprecated env variable
The variable CF_API_TOKEN will be deprecated in version 2.0.0 in favor of CLOUDFLARE_API_TOKEN.
1 parent a79687b commit 5483342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cloudflare-ddns/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
security_opt:
1313
- no-new-privileges:true
1414
environment:
15-
- CF_API_TOKEN=YOUR-CLOUDFLARE-API-TOKEN # pls adjust
15+
- CLOUDFLARE_API_TOKEN=YOUR-CLOUDFLARE-API-TOKEN # pls adjust
1616
- DOMAINS=example.org,www.example.org,example.io # pls adjust; a list of fully qualified domain names separated by commas
1717
- PROXIED=false # if true, instructs Cloudflare to cache webpages on your machine and hide its actual IP addresses
1818
- TZ=Europe/Berlin

0 commit comments

Comments
 (0)