mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-04-17 00:25:42 +02:00
18 lines
355 B
YAML
Executable File
18 lines
355 B
YAML
Executable File
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
|