1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

fix php fpm version

This commit is contained in:
Clément 2019-05-22 17:37:02 +02:00
parent eb16bbed17
commit 306aa52e8e

View file

@ -19,7 +19,7 @@
"multi_instance": true, "multi_instance": true,
"services": [ "services": [
"nginx", "nginx",
"php7-fpm", "php7.0-fpm",
"mysql" "mysql"
], ],
"arguments": { "arguments": {