mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-07 00:51:12 +00:00
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.
This commit is contained in:
parent
a79687b28d
commit
5483342f58
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user