json format
This commit is contained in:
parent
bc580b1779
commit
114f59b0fd
1 changed files with 2 additions and 1 deletions
|
|
@ -121,7 +121,8 @@ services:
|
||||||
# The Variable Injection
|
# The Variable Injection
|
||||||
# Format: provider, host, username, password
|
# Format: provider, host, username, password
|
||||||
# For deSEC: username IS the domain name.
|
# For deSEC: username IS the domain name.
|
||||||
- CONFIG=desec,${DESEC_DOMAIN},@,${DESEC_TOKEN}
|
# CONFIGURATION (Must be JSON format)
|
||||||
|
- CONFIG='{"settings": [{"provider": "desec", "domain": "${DESEC_DOMAIN}", "host": "@", "password": "${DESEC_TOKEN}", "ip_version": "ipv4"}]}'
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/core/ddns:/updater/data
|
- /docker/core/ddns:/updater/data
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue