fix: make domains env compulsory
Update templates/compose/cloudflare-ddns.yaml
This commit is contained in:
parent
96b9cd3fa5
commit
b65f6399df
1 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,6 @@ services:
|
|||
security_opt: [no-new-privileges:true]
|
||||
environment:
|
||||
- CLOUDFLARE_API_TOKEN=${CLOUDFLARE_API_TOKEN:?}
|
||||
- DOMAINS=${DOMAINS}
|
||||
- DOMAINS=${DOMAINS:?}
|
||||
- PROXIED=${PROXIED:-false}
|
||||
- IP6_PROVIDER=${IP6_PROVIDER:-none}
|
||||
|
|
|
|||
Loading…
Reference in a new issue