fix: remove restart: unless-stopped

Update templates/compose/cloudflare-ddns.yaml

Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
This commit is contained in:
Khiet Tam Nguyen
2026-02-01 13:55:44 +11:00
committed by GitHub
co-authored by ShadowArcanist
parent 9b65b82ccb
commit 90449d2bb5
-1
View File
@@ -8,7 +8,6 @@ services:
cloudflare-ddns:
image: favonia/cloudflare-ddns:1
network_mode: host
restart: unless-stopped
user: "1000:1000"
read_only: true
cap_drop: [all]