1
0
Fork 0
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:
Jordan Bradley 2016-05-15 03:22:36 +02:00
parent 8a4c710ea6
commit 5c123133d7

View file

@ -14,7 +14,7 @@
"multi_instance": "false",
"services": [
"nginx",
"mysql"
"mysql-server"
],
"requirements": {
"mysql": ">= 5.6"