fix: mark the API token env as required, and other env as configurable from the UI

Update templates/compose/cloudflare-ddns.yaml

Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
This commit is contained in:
Khiet Tam Nguyen 2026-02-01 13:56:09 +11:00 committed by GitHub
parent 90449d2bb5
commit 96b9cd3fa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ services:
cap_drop: [all]
security_opt: [no-new-privileges:true]
environment:
- CLOUDFLARE_API_TOKEN=${CLOUDFLARE_API_TOKEN}
- CLOUDFLARE_API_TOKEN=${CLOUDFLARE_API_TOKEN:?}
- DOMAINS=${DOMAINS}
- PROXIED=false
- IP6_PROVIDER=none
- PROXIED=${PROXIED:-false}
- IP6_PROVIDER=${IP6_PROVIDER:-none}