Increase max file upload size to 100MB
This commit is contained in:
parent
5123c1de1f
commit
b9798b539c
@ -11,6 +11,7 @@ services:
|
||||
- ./images:/var/www/html/images
|
||||
- ./LocalSettings.php:/var/www/html/LocalSettings.php:ro
|
||||
- ./secrets.php:/var/www/html/secrets.php:ro
|
||||
- ./uploads.ini:/usr/local/etc/php/conf.d/uploads.ini:ro
|
||||
database:
|
||||
image: mariadb
|
||||
restart: always
|
||||
|
3
uploads.ini
Normal file
3
uploads.ini
Normal file
@ -0,0 +1,3 @@
|
||||
upload_max_filesize = 100M
|
||||
post_max_size = 101M
|
||||
max_execution_time = 300
|
Loading…
Reference in New Issue
Block a user