16 lines
377 B
YAML
16 lines
377 B
YAML
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" |