Add ddclient/docker-compose.yaml

This commit is contained in:
2026-02-01 21:15:15 +00:00
parent d478a5f5be
commit 7f5348fda3

View File

@@ -0,0 +1,16 @@
services:
ddclient:
image: lscr.io/linuxserver/ddclient:latest
container_name: ddclient
environment:
- PUID=$PUID
- PGID=$PGID
- TZ=$TZ
volumes:
- /docker/ddclient/config:/config
restart: unless-stopped
#logging:
# driver: "gelf"
# options:
# gelf-address: "udp://192.168.100.10:12201"
# tag: "ddclient"