DuckDNS IP Updater.
services:
pyduckdns:
image: thewicklowwolf/pyduckdns:latest
container_name: pyduckdns
environment:
- domains=abc123,xyz789
- duckdns_token=1234567890
- refresh_interval=600
volumes:
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped