From 8431aee6795a9b7e50d0788d5243d0df04d7298a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 16 Oct 2020 17:42:03 +0200 Subject: [PATCH] fix PHP service --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 255e31f..9c5ba09 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.3-fpm", + "php7.0-fpm", "mysql", "postgresql" ],