From 669f9c2d68f3bb15198a73556cc6399db6d4c26c Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 26 Jun 2021 22:09:34 +0200 Subject: [PATCH] Enable multi_instance --- check_process | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index be22d5a..ed977e7 100644 --- a/check_process +++ b/check_process @@ -40,7 +40,7 @@ # 1.15.1~ynh2 upgrade=1 from_commit=2a0a768ba1e8c93c2cd1b3ef97ac558c86ddc72c backup_restore=1 - multi_instance=0 + multi_instance=1 port_already_use=0 change_url=1 ;;; Options diff --git a/manifest.json b/manifest.json index bf55a24..ef00d19 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "requirements": { "yunohost": ">= 4.1.3" }, - "multi_instance": false, + "multi_instance": true, "services": [ "nginx" ],