mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Merge ee32d15ee5
into 8a4c710ea6
This commit is contained in:
commit
015202f8fd
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@
|
||||||
"multi_instance": "false",
|
"multi_instance": "false",
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"mysql"
|
"mariadb-server"
|
||||||
],
|
],
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"mysql": ">= 5.6"
|
"mariadb-server": ">= 5.6"
|
||||||
},
|
},
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install" : [
|
||||||
|
|
Loading…
Add table
Reference in a new issue