1
0
Fork 0
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:
Jules Bertholet 2021-03-31 09:43:58 -04:00
parent bde0ba5899
commit 9859c1c945
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
upgrade=1
upgrade=1 from_commit=3b5b527e26cb6b530bd51f14c791d1dc15757af4
backup_restore=1
multi_instance=1
multi_instance=0
port_already_use=0
change_url=1
;;; Options

View file

@ -16,7 +16,7 @@
"requirements": {
"yunohost": ">= 4.1.3"
},
"multi_instance": true,
"multi_instance": false,
"services": [
"nginx",
"redis-server",