1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

deactivate multi-instance

This commit is contained in:
yalh76 2019-12-30 01:29:36 +01:00
parent 936e3cf84e
commit 2c5ea1950b
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
upgrade=1
upgrade=1 from_commit=14d3be2f782048e64696cef85f4fb7dff1ab6181
backup_restore=1
multi_instance=1
multi_instance=0
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
# incorrect_path=1
port_already_use=0

View file

@ -20,7 +20,7 @@
"requirements": {
"yunohost": ">= 3.5"
},
"multi_instance": true,
"multi_instance": false,
"services": [
"nginx"
],