add docker config files

This commit is contained in:
2025-10-28 18:23:50 +08:00
commit d90614805b
59 changed files with 1701 additions and 0 deletions

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