---
version: "2"
services:
ddclient:
image: linuxserver/ddclient:3.11.2
container_name: ddclient
restart: unless-stopped
environment:
- TZ=Europe/London # Specify a timezone to use EG Europe/London.
- PUID=1000 # for UserID
- PGID=1000 # for GroupID
volumes:
- /host/path/to/config:/config # Where ddclient should store its config files.