diff --git a/ddclient/docker-compose.yaml b/ddclient/docker-compose.yaml new file mode 100644 index 0000000..2849473 --- /dev/null +++ b/ddclient/docker-compose.yaml @@ -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" \ No newline at end of file