mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 15:58:48 +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
|