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
parent 9b65b82ccb
commit 90449d2bb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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]