mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
11 lines
215 B
YAML
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:v6.7.0
|
|
labels:
|
|
createdBy: "Apps"
|