Update README and add Docker Compose example (#2)

* 📃 docs: readme by AI

* 📦 build: docker compose and env example
This commit is contained in:
NukoDesuu
2026-07-01 03:38:51 +07:00
committed by GitHub
parent 7bc181fc28
commit 22dc5d8b5f
3 changed files with 238 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
cloudflare-ddns-updater:
image: ghcr.io/yuzuzensai/cloudflare-ddns-updater:latest
container_name: cloudflare-ddns-updater
restart: unless-stopped
env_file:
- .env
volumes:
- ./configs:/home/node/app/configs