Updates DuckDNS to the host's local network IP address at the frequency specified.
TOKEN
: DuckDNS account token (obtained from Duck DNS).SUBDOMAIN
: DuckDNS subdomain (e.g.test
fromtest.duckdns.org
).DELAY
: Delay between IP address updates (e.g.5
, 5 minutes or more recommended).INTERFACE
: Network interface to poll for IP address (e.g.wlan0
,eth0
)).
docker run -d --name duckdns -e TOKEN=<token> -e SUBDOMAIN=<subdomain> -e DELAY=<delay> -e INTERFACE=<interface> --network host --restart unless-stopped maksimstojkovic/duckdns-local
For example:
docker run -d --name duckdns -e TOKEN=XXXXX -e SUBDOMAIN=XXXXX -e DELAY=5 -e INTERFACE=wlan0 --network host --restart unless-stopped maksimstojkovic/duckdns-local