mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-11 02:22:16 +00:00
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:
co-authored by
ShadowArcanist
parent
90449d2bb5
commit
96b9cd3fa5
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user