diff options
| -rw-r--r-- | check_process | 2 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/check_process b/check_process index 1129634..8afe689 100644 --- a/check_process +++ b/check_process @@ -31,7 +31,7 @@ # 3.4.1~ynh1 #upgrade=1 from_commit=efbdbb05350b820c6e59a7bbbf70f57cf679fff8 backup_restore=1 - multi_instance=0 + multi_instance=1 port_already_use=0 change_url=0 ;;; Options diff --git a/manifest.json b/manifest.json index f7fad65..d5106e9 100644 --- a/manifest.json +++ b/manifest.json @@ -25,7 +25,7 @@ "requirements": { "yunohost": ">= 4.2.0" }, - "multi_instance": false, + "multi_instance": true, "services": [ "nginx" ], |
