<- back to Homelab

ddclient

Repo: https://github.com/linuxserver/docker-ddclient

Last updated: Fri, Mar 14, 2025

Example docker-compose.yml

services:
  ddclient:
    image: lscr.io/linuxserver/ddclient:latest
    container_name: ddclient
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - ./config:/config
    restart: unless-stopped