11 lines
206 B
YAML
11 lines
206 B
YAML
version: '3.3'
|
|
services:
|
|
ddns-go:
|
|
container_name: ddns-go
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
volumes:
|
|
- './data:/root'
|
|
image: jeessy/ddns-go
|
|
command: -l :9876 -f 600
|