1
0
Fork 0
1Panel-Appstore/apps/gateway-go/2.0.12/docker-compose.yml

11 lines
223 B
YAML

services:
ddns-go:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
volumes:
- "${DATA_PATH}:/root"
image: openiothub/gateway-go:v2.0.12
labels:
createdBy: "Apps"