updated docker information

This commit is contained in:
Codex Agent
2025-11-15 11:40:11 +01:00
parent 5ef5894680
commit a931cf8aa8
9 changed files with 210 additions and 3 deletions

9
docker/php/opcache.ini Normal file
View 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
View 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