Update README.md

This commit is contained in:
driz 2023-03-24 11:26:35 -04:00 committed by GitHub
parent ef13314dd8
commit a8df9215bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ The application accepts a series of environment variables to further customize i
This image uses our NGINX base image all configuration files for PHP and NGINX are located in `/config/php`. To overide any defaults please modify `/config/php/php-local.ini` IE for upload size:
```
upload_max_filesize = 16
upload_max_filesize = 16M
post_max_size = 16M
```