mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-04 04:57:57 +08:00
14 lines
267 B
YAML
14 lines
267 B
YAML
version: '3'
|
|
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:v5.5.1
|
|
labels:
|
|
createdBy: "Apps"
|