From ee3e3a08ab28eead3c1615996ba624ad8427e825 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 29 Apr 2021 07:51:04 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 7a47020..2b78c8c 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.0-fpm", + "php7.3-fpm", "mysql" ], "arguments": { @@ -62,7 +62,7 @@ }, { "name": "password", - "type": "password", + "type": "password" } ] }