This sets the max attachment size in roundcube

I used the php.ini from the rainloop folder, so they are both set to
25MB.
master
Greg Fitzgerald 7 years ago
parent 743eb81908
commit bbf0a9a61c

@ -21,6 +21,8 @@ RUN rm -rf /var/www/html/ \
&& rm -rf CHANGELOG INSTALL LICENSE README.md UPGRADING composer.json-dist installer \
&& chown -R www-data: logs
COPY php.ini /usr/local/etc/php/conf.d/rainloop.ini
COPY config.inc.php /var/www/html/config/
COPY start.sh /start.sh

@ -0,0 +1,3 @@
date.timezone=UTC
upload_max_filesize = 25M
post_max_size = 25M
Loading…
Cancel
Save