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"