diff options
| author | yalh76 <yalh@yahoo.com> | 2021-06-10 22:00:34 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2021-06-10 22:00:34 +0200 |
| commit | 04d7297df09e1536b8ddc3f4bb15464c952aef70 (patch) | |
| tree | 2607c3c2a157d6b4ca3c1f4f8deaa0165ac5de83 | |
| parent | ed213579b8ccec56710c2afd3f6709f925e5c1dc (diff) | |
| download | mastodon_ynh-04d7297df09e1536b8ddc3f4bb15464c952aef70.tar.gz mastodon_ynh-04d7297df09e1536b8ddc3f4bb15464c952aef70.tar.bz2 mastodon_ynh-04d7297df09e1536b8ddc3f4bb15464c952aef70.zip | |
activate multi_instance
| -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" ], |
