mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
changed dep from mysql to mysql-server
This commit is contained in:
parent
8a4c710ea6
commit
5c123133d7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
"multi_instance": "false",
|
||||
"services": [
|
||||
"nginx",
|
||||
"mysql"
|
||||
"mysql-server"
|
||||
],
|
||||
"requirements": {
|
||||
"mysql": ">= 5.6"
|
||||
|
|
Loading…
Add table
Reference in a new issue