@@ -27,7 +27,7 @@ services:
|
|||||||
- app
|
- app
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:5.7.26
|
image: mysql:5.7
|
||||||
command: "--innodb_use_native_aio=0"
|
command: "--innodb_use_native_aio=0"
|
||||||
environment:
|
environment:
|
||||||
MYSQL_DATABASE: phpvms
|
MYSQL_DATABASE: phpvms
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ return [
|
|||||||
|
|
||||||
'extensions' => [
|
'extensions' => [
|
||||||
// 'bcmath',
|
// 'bcmath',
|
||||||
|
'fileinfo',
|
||||||
'openssl',
|
'openssl',
|
||||||
'pdo',
|
'pdo',
|
||||||
'mbstring',
|
'mbstring',
|
||||||
|
|||||||
Reference in New Issue
Block a user