json format

This commit is contained in:
admin 2026-01-26 17:00:27 -07:00
parent bc580b1779
commit 114f59b0fd

View file

@ -121,7 +121,8 @@ services:
# The Variable Injection
# Format: provider, host, username, password
# 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:
- /docker/core/ddns:/updater/data