From 898bc34f93a03b14278fcbb8b2652e603614ccbd Mon Sep 17 00:00:00 2001 From: David Sterry Date: Thu, 9 Dec 2021 19:40:24 -0800 Subject: [PATCH] not multi-instance --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 915b931..3c742a9 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ "requirements": { "yunohost": ">= 4.3.0" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx" ],