From 70a780d50f0f1cc1939882a6538934143dce6016 Mon Sep 17 00:00:00 2001 From: sven Date: Fri, 2 Jan 2026 08:36:22 +0100 Subject: [PATCH] =?UTF-8?q?restart-Policy=20ge=C3=A4ndert=20zu=20NO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nextcloud/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/compose.yaml b/nextcloud/compose.yaml index bd08745..a5d36b3 100755 --- a/nextcloud/compose.yaml +++ b/nextcloud/compose.yaml @@ -1,7 +1,7 @@ services: nextcloud: container_name: nextcloud - restart: unless-stopped + restart: "no" #unless-stopped volumes: - ./nextcloud-data:/var/www/html # - /media/webdav/Dokumente:/mnt/WebDav_Dokumente