build(docker): optimize image size and security
- add mysql client binaries for database operations - reduce php extensions to production essentials - bind mysql and phpmyadmin to localhost only - replace php-fpm.conf with php.ini for upload limits
This commit is contained in:
2
docker/php.ini
Normal file
2
docker/php.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
post_max_size = 20M
|
||||
upload_max_filesize = 20M
|
||||
Reference in New Issue
Block a user