mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Bug: Nothing happening -- showing its running but no updates #542
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 @varunpan on GitHub (Jul 30, 2025).
I have the container up and running and the logs are showing no errors, however the webUI is show status of
Unset , 2562047h47m16.854775807s agofor all the domains and has not updated. The container has been up for over an hour now.TLDR: Docker container is up and running with no errors but the webui shows no changes.
Is this urgent: No
DNS provider(s) you use: DuckDNS and Cloudflare
Program version:
Running version latest built on 2024-12-24T09:20:36.130Z (commit 78f3061)What are you using to run the container: docker-compose
Logs:
Configuration file (remove your credentials!):
Host OS:
Ubuntu 24.04.2 LTS
@varunpan commented on GitHub (Jul 30, 2025):
Updated my docker compose to reference my DNS server
RESOLVER_ADDRESS=192.168.1.2:53and updated theLISTENING_ADDRESS=:8000the following:Still have the status as unset but now the docker container is showing as healthy. and the WebUI is show my correct IP.
@varunpan commented on GitHub (Jul 30, 2025):
Not sure what happened, but how its showing its Up to Date. Closing this issue.