mirror of
https://github.com/YunoHost-Apps/forgejo_ynh.git
synced 2024-09-03 18:36:26 +02:00
fix: correct services dependencies in manifest.json
This commit is contained in:
parent
80a95d05ce
commit
df510686b4
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"mysql"
|
"postgres"
|
||||||
],
|
],
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 11.0.9"
|
"yunohost": ">= 11.0.9"
|
||||||
|
|
Loading…
Reference in a new issue