mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-11 17:20:31 +08:00
12 lines
203 B
YAML
12 lines
203 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
ddns-go:
|
||
|
image: jeessy/ddns-go
|
||
|
container_name: ddns-go
|
||
|
ports:
|
||
|
- ${port}:9876
|
||
|
volumes:
|
||
|
- /opt/ddns-go:/root
|
||
|
restart: always
|
||
|
network_mode: host
|