release: v0.1.0

This commit is contained in:
LC mac
2026-01-13 23:55:58 +08:00
parent d60c89201f
commit 9c252cf92c
6 changed files with 381 additions and 127 deletions

7
docker-compose.yaml Normal file
View 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