From f3b8dda8ec5d9dcea4e39e0293ecb77ec5b839dc Mon Sep 17 00:00:00 2001 From: Moul Date: Fri, 3 Mar 2017 22:36:14 +0100 Subject: [PATCH] [mod] manifest: set app multi-instance. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f96dfa6..81c23f1 100644 --- a/manifest.json +++ b/manifest.json @@ -16,7 +16,7 @@ "requirements": { "yunohost": ">> 2.4.0" }, - "multi_instance": false, + "multi_instance": true, "services": [ "nginx" ],