release: v0.1.0
This commit is contained in:
7
docker-compose.yaml
Normal file
7
docker-compose.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
ddns-updater:
|
||||
image: yourname/ddns-updater:latest
|
||||
container_name: ddns-updater
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./config.yaml:/config/config.yaml:ro
|
||||
Reference in New Issue
Block a user