Update yaml to yml

This commit is contained in:
2025-06-08 13:50:37 +05:30
parent 099b0b4045
commit 7b597b7faa
47 changed files with 2 additions and 172 deletions

View File

@@ -0,0 +1,20 @@
version: "3"
services:
cloudflare-ddns:
image: "favonia/cloudflare-ddns:1.15.1"
container_name: cloudflare-ddns
user: "${PUID}:${PGID}"
cap_drop:
- all
read_only: true
security_opt:
- no-new-privileges:true
environment:
- CF_API_TOKEN=${CF_API_TOKEN}
- DOMAINS=${DOMAINS}
- PROXIED=${PROXIED}
- IP6_PROVIDER=${IP6_PROVIDER}
- UPDATE_CRON=${UPDATE_CRON}
- HEALTHCHECKS=${HEALTHCHECKS}
- TTL=${TTL}
restart: unless-stopped