mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 19:26:56 +08:00
13 lines
254 B
YAML
13 lines
254 B
YAML
services:
|
|
ddns-go:
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
network_mode: host
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
|
volumes:
|
|
- ./data:/root
|
|
image: jeessy/ddns-go:v6.3.2
|
|
labels:
|
|
createdBy: "Apps"
|