From c98a9b92154a360d8b74cb803e42bc5b3dcba1e2 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 22 Sep 2022 02:03:07 +0200 Subject: [PATCH] Disable multiinstance --- check_process | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index b02d6ae..f8326f5 100644 --- a/check_process +++ b/check_process @@ -16,7 +16,7 @@ # 10.6.2~ynh3 upgrade=1 from_commit=6ca76697a8f8da7419eb490aa435649f1b9d96c2 backup_restore=1 - multi_instance=1 + multi_instance=0 port_already_use=0 change_url=1 ;;; Options diff --git a/manifest.json b/manifest.json index d410071..7900db8 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,7 @@ "requirements": { "yunohost": ">= 11.0.0" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx" ],