diff --git a/docker-compose.yml b/docker-compose.yml index 452a3ccb..66b79cb5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: - app mysql: - image: mysql:5.7.26 + image: mysql:5.7 command: "--innodb_use_native_aio=0" environment: MYSQL_DATABASE: phpvms diff --git a/modules/Installer/Config/config.php b/modules/Installer/Config/config.php index a14a249b..b5beac9d 100644 --- a/modules/Installer/Config/config.php +++ b/modules/Installer/Config/config.php @@ -16,6 +16,7 @@ return [ 'extensions' => [ // 'bcmath', + 'fileinfo', 'openssl', 'pdo', 'mbstring',