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" } ] }