1
0
1Panel-Appstore/ddns-go/latest/docker-compose.yml

11 lines
217 B
YAML
Raw Normal View History

2023-11-09 19:15:01 +08:00
services:
ddns-go:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
volumes:
- "${DATA_PATH}:/root"
image: jeessy/ddns-go:latest
labels:
createdBy: "Apps"