The following is all later configurable. For more options, edit your configuration files after installing.
The php file size limit can be configured in php.ini ( /usr/local/etc/php/php.ini )
if you have pulled this from GitHub
Then you can set the file size limit at ./docker/php/php.ini
For example, to set the limit to 10MB, add the following lines:
upload_max_filesize = 10M post_max_size = 10M
Then restart the containers.
If you are not using docker, you can set the file size limit in the php.ini file:
Then restart the PHP server.
If this is not set, the default value is 2MB.