2023-11-09 19:15:01 +08:00
|
|
|
services:
|
|
|
|
|
ddns-go:
|
|
|
|
|
container_name: ${CONTAINER_NAME}
|
|
|
|
|
restart: always
|
|
|
|
|
network_mode: "host"
|
|
|
|
|
volumes:
|
|
|
|
|
- "${DATA_PATH}:/root"
|
2025-08-21 21:49:37 +08:00
|
|
|
image: jeessy/ddns-go:v6.12.4
|
2024-10-07 14:20:50 +08:00
|
|
|
labels:
|
2023-11-09 19:15:01 +08:00
|
|
|
createdBy: "Apps"
|