Overriding Server Configuration
If you need to override the PHP configuration, you can do so by mounting a custom php.ini
file to the /usr/local/etc/php/conf.d/
directory in the container.
Here is an example of how you can override the upload_max_filesize
and post_max_size
settings: