1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 22:41:04 +08:00
1Panel-Appstore/apps/ddns-go/latest/docker-compose.yml
2024-10-07 14:20:50 +08:00

11 lines
215 B
YAML

services:
ddns-go:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
volumes:
- "${DATA_PATH}:/root"
image: jeessy/ddns-go:latest
labels:
createdBy: "Apps"