Display MoreIt seems that the container's last commit, changed the behaviour of cron (inside the container)
update cron times, clean up scripts · linuxserver/docker-duckdns@4b1e602 (github.com)
If you just want to stop seeing the constant IP update on the logs, add this environment to the DUCKDNS yml/stack:
The stack will look like this:
CodeDisplay More--- version: "2.1" services: duckdns: image: lscr.io/linuxserver/duckdns container_name: duckdns environment: - PUID=1000 #optional - PGID=1000 #optional - TZ=Europe/London - SUBDOMAINS=subdomain1,subdomain2 - TOKEN=token - LOG_FILE=false # This will stop the constant showing of the IP update volumes: - /path/to/appdata/config:/config #optional restart: unless-stopped
Thank you I will do that when I get home.
Its just weird how its random. Yes as you pointed out yesterday was every 5 minutes. The day before for it would be all over the map in terms of getting that message.