mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-01-18 16:25:35 +01:00
18 lines
355 B
YAML
18 lines
355 B
YAML
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
|