feat: cloudflare IP sync (ddns)

This commit is contained in:
2025-11-30 03:28:41 +01:00
parent 6f2f70ad09
commit 2d05a1911c
3 changed files with 37 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
cloudflare-ddns:
image: timothyjmiller/cloudflare-ddns:latest
container_name: cloudflare-ddns
security_opt:
- no-new-privileges:true
network_mode: 'host'
environment:
- PUID=1000
- PGID=1000
volumes:
- ./config.json:/config.json
restart: unless-stopped