Files
appstore/apps/ddclient-linuxserver/4.0.0/docker-compose.yml
T

19 lines
363 B
YAML

networks:
1panel-network:
external: true
services:
ddclient:
image: "linuxserver/ddclient:4.0.0"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
volumes:
- "${CONFIG_PATH}:/config"
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
labels:
createdBy: "Apps"