nextcloud: fix timezone

This commit is contained in:
Wonderfall
2016-10-12 13:54:55 +02:00
parent a05104eb94
commit 58a08df8bb
6 changed files with 6 additions and 10 deletions

View File

@ -8,7 +8,7 @@ ENV UID=991 GID=991 \
APC_SHM_SIZE=128M \
OPCACHE_MEM_SIZE=128 \
CRON_PERIOD=15m \
TZ=Europe/Berlin \
TZ=Etc/UTC \
DB_TYPE=sqlite3 \
ADMIN_USER=admin \
ADMIN_PASSWORD=admin
@ -30,6 +30,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
libsmbclient \
samba-client \
su-exec \
tzdata \
php7@commuedge \
php7-fpm@commuedge \
php7-intl@commuedge \