mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Help: custom config error #526
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Phill23 on GitHub (May 14, 2025).
This is my docker compose:
This is my config:
but the container crashes with this error:
ERROR configuration given: cannot unmarshal common settings: invalid character '/' looking for beginning of valueany ideas what is wrong?
@stktyagi commented on GitHub (May 14, 2025):
remove
from your docker compose file.
also double check if config.json is correctly mounted on
@Phill23 commented on GitHub (May 14, 2025):
Thanks @stktyagi
removing CONFIG= worked and config.json is correctly mounted.
The updater ist trying to update the domain itself and sets the subdomain as owner is that how it is supposed to be?
I get
ERROR unknown response received: not updated - record is already up to datebut the IP is not updating.@stktyagi commented on GitHub (May 14, 2025):
You're welcome,
The ddns-updater image does not support setting the config file path via an environment variable. The container automatically looks for config.json at
/updater/data/config.json.