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

@@ -45,6 +45,9 @@ RUN set -ex; \
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
rm -rf /var/lib/apt/lists/*
# use custom PHP settings
COPY php.ini /usr/local/etc/php/conf.d/roundcube-defaults.ini
# expose these volumes
VOLUME /var/roundcube/config
VOLUME /var/www/html