From a3e7190bd7238aa554aaf256e1c2247a01e63906 Mon Sep 17 00:00:00 2001 From: mh4ckt3mh4ckt1c4s Date: Sat, 11 Feb 2023 00:01:40 +0100 Subject: [PATCH] Disable multi instance --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 9f25a3a..8d2fc59 100644 --- a/manifest.json +++ b/manifest.json @@ -24,7 +24,7 @@ "requirements": { "yunohost": ">= 11.0.0" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx" ],