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:
parent
9b65b82ccb
commit
90449d2bb5
1 changed files with 0 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue