[PHP-FPM] Mount php configs into container

This commit is contained in:
andre.peters
2018-01-21 15:00:28 +01:00
parent 83a21259f7
commit a50f85026a
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
opcache.enable=1
opcache.enable_cli=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=1