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.
pull/28/head
tiamilani 2025-01-28 14:44:45 +01:00 zatwierdzone przez GitHub
rodzic a79687b28d
commit 5483342f58
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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