From 7ab725fde510d6e5c58fa6dc810e4aa43c8966c8 Mon Sep 17 00:00:00 2001 From: Moul Date: Wed, 29 Jun 2016 14:20:15 +0200 Subject: [PATCH] [enh] manifest: set app multi_intance. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 0876be7..d3dcd8a 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "requirements": { "yunohost": ">> 2.4.0" }, - "multi_instance": false, + "multi_instance": true, "services": [ "nginx", "php5-fpm"