Set timezone in roundcube.ini

master
DjVinnii 3 years ago
parent 225160610b
commit a6beb234ff

@ -29,7 +29,6 @@ RUN apt-get update && apt-get install -y \
python3-jinja2 \
gpg \
&& docker-php-ext-install zip pdo_mysql pdo_pgsql \
&& echo date.timezone=${TZ} > /usr/local/etc/php/conf.d/timezone.ini \
&& rm -rf /var/www/html/ \
&& cd /var/www \
&& curl -sL ${ROUNDCUBE_URL} | tar xz \

@ -1,5 +1,4 @@
expose_php=Off
date.timezone=UTC
date.timezone={{ TZ }}
upload_max_filesize = {{ MAX_FILESIZE }}M
post_max_size = {{ MAX_FILESIZE }}M

Loading…
Cancel
Save