From 7c583abe3fdd62396be3965e00c8da8d96083e3b Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sat, 6 Jul 2024 15:02:13 +0000 Subject: [PATCH] fix: add unless-stopped to ntfy api --- roles/docker-deployments/templates/ntfy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/docker-deployments/templates/ntfy.yaml b/roles/docker-deployments/templates/ntfy.yaml index f925668..15d87fe 100644 --- a/roles/docker-deployments/templates/ntfy.yaml +++ b/roles/docker-deployments/templates/ntfy.yaml @@ -34,3 +34,4 @@ services: volumes: - /data/ntfy/userdb/:/userdb/ - /data/ntfy/instance/:/app/instance/ + restart: unless-stopped