mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-07-03 02:15:38 +02:00
Initial commit
This commit is contained in:
19
docker/stacks/ddclient/ddclient.yml
Normal file
19
docker/stacks/ddclient/ddclient.yml
Normal file
@ -0,0 +1,19 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
ddclient:
|
||||
image: lscr.io/linuxserver/ddclient
|
||||
container_name: ddclient
|
||||
networks:
|
||||
- ddclient
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TIMEZONE}
|
||||
volumes:
|
||||
- ${APPS_DIR}/ddclient:/config
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
ddclient:
|
||||
name: ddclient
|
Reference in New Issue
Block a user