dockerfile 통합

This commit is contained in:
2021-02-21 07:26:19 +09:00
parent 3f80e3f4a9
commit a2b3a14384
3 changed files with 14 additions and 19 deletions
+11 -4
View File
@@ -1,8 +1,15 @@
[PHP]
expose_php = Off
[Pdo_mysql]
pdo_mysql.cache_size = 2000
[MySQLi]
mysqli.cache_size = 2000
memory_limit=512M
apc.enable_cli=1
opcache.enable=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.validate_timestamps=on
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=1