diff --git a/check_process b/check_process index 254ac36..6506486 100644 --- a/check_process +++ b/check_process @@ -14,7 +14,7 @@ upgrade=1 #upgrade=1 from_commit=CommitHash backup_restore=1 - multi_instance=1 + multi_instance=0 port_already_use=0 change_url=0 ;;; Options diff --git a/manifest.json b/manifest.json index aba28ed..7bceba1 100644 --- a/manifest.json +++ b/manifest.json @@ -23,7 +23,7 @@ "requirements": { "yunohost": ">= 4.1.3" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx" ],