diff --git a/.docker/run.php b/.docker/run.php index 723ca2e41..23d28a3d1 100755 --- a/.docker/run.php +++ b/.docker/run.php @@ -91,7 +91,7 @@ ], "settings" => [ "http" => [ - "max_body_size" => (int)$php_ini['post_max_size'], + "max_body_size" => ini_parse_quantity($php_ini['post_max_size']), "static" => [ "mime_types" => [ "application/sourcemap" => [".map"]