add docker config files
This commit is contained in:
6
docker/php/php.ini
Normal file
6
docker/php/php.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
display_errors = On
|
||||
error_reporting = E_ALL
|
||||
memory_limit = 512M
|
||||
upload_max_filesize = 50M
|
||||
post_max_size = 50M
|
||||
opcache.enable=0 # 开发环境关闭opcache
|
||||
Reference in New Issue
Block a user