1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00

Enable multi_instance

This commit is contained in:
tituspijean 2021-06-26 22:09:34 +02:00
parent a1a1134571
commit 669f9c2d68
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@
# 1.15.1~ynh2
upgrade=1 from_commit=2a0a768ba1e8c93c2cd1b3ef97ac558c86ddc72c
backup_restore=1
multi_instance=0
multi_instance=1
port_already_use=0
change_url=1
;;; Options

View file

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