mirror of
https://github.com/YunoHost-Apps/librephotos_ynh.git
synced 2024-09-03 19:36:12 +02:00
Disable multi instance
This commit is contained in:
parent
bde0ba5899
commit
9859c1c945
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
upgrade=1
|
upgrade=1
|
||||||
upgrade=1 from_commit=3b5b527e26cb6b530bd51f14c791d1dc15757af4
|
upgrade=1 from_commit=3b5b527e26cb6b530bd51f14c791d1dc15757af4
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=0
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
change_url=1
|
change_url=1
|
||||||
;;; Options
|
;;; Options
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.1.3"
|
"yunohost": ">= 4.1.3"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"redis-server",
|
"redis-server",
|
||||||
|
|
Loading…
Add table
Reference in a new issue