Use php.ini for PHP default settings, override for max upload file size

This commit is contained in:
Aaron Spettl
2018-06-23 11:52:28 +02:00
parent 053aaa056c
commit 21460c4ed3
4 changed files with 10 additions and 4 deletions

View File

@@ -48,6 +48,9 @@ RUN set -ex; \
# enable mod_rewrite
RUN a2enmod rewrite
# use custom PHP settings
COPY php.ini /usr/local/etc/php/conf.d/roundcube-defaults.ini
# expose these volumes
VOLUME /var/roundcube/config
VOLUME /tmp/roundcube-temp