mirror of
https://github.com/YuzuZensai/Cloudflare-DDNS-Updater.git
synced 2026-07-29 17:00:56 +00:00
Update README and add Docker Compose example (#2)
* 📃 docs: readme by AI * 📦 build: docker compose and env example
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user