Add ddclient/docker-compose.yaml
This commit is contained in:
16
ddclient/docker-compose.yaml
Normal file
16
ddclient/docker-compose.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user