mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-01-19 00:35:33 +01:00
20 lines
371 B
YAML
20 lines
371 B
YAML
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
|