updated docker information
This commit is contained in:
9
docker/php/opcache.ini
Normal file
9
docker/php/opcache.ini
Normal file
@@ -0,0 +1,9 @@
|
||||
opcache.enable=1
|
||||
opcache.enable_cli=0
|
||||
opcache.memory_consumption=256
|
||||
opcache.interned_strings_buffer=16
|
||||
opcache.max_accelerated_files=20000
|
||||
opcache.validate_timestamps=0
|
||||
opcache.revalidate_freq=0
|
||||
opcache.fast_shutdown=1
|
||||
|
||||
7
docker/php/php.ini
Normal file
7
docker/php/php.ini
Normal file
@@ -0,0 +1,7 @@
|
||||
memory_limit=512M
|
||||
upload_max_filesize=32M
|
||||
post_max_size=32M
|
||||
max_execution_time=120
|
||||
date.timezone=UTC
|
||||
expose_php=0
|
||||
|
||||
Reference in New Issue
Block a user