mirror of
https://github.com/outbackdingo/Mailu.git
synced 2026-01-28 02:19:34 +00:00
Set timezone in roundcube.ini
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user