1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-18 03:21:36 +02:00

Set timezone in roundcube.ini

This commit is contained in:
DjVinnii 2021-11-04 16:17:11 +01:00
parent 225160610b
commit a6beb234ff
2 changed files with 1 additions and 3 deletions

View File

@ -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 \

View File

@ -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