mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
[fix] Specify services in manifest.json
This commit is contained in:
parent
1e98b92d70
commit
a63e229fe0
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
"requirements": {
|
||||
"yunohost": ">= 2.4.0"
|
||||
},
|
||||
"services": [
|
||||
"nginx",
|
||||
"php5-fpm"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue