mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-29 00:40:05 +01:00
Add the timezone for PHP docker container
This commit is contained in:
parent
d460a7377a
commit
125460345f
@ -5,6 +5,8 @@ RUN apt-get update && apt-get install -y \
|
||||
&& docker-php-ext-install \
|
||||
iconv mcrypt mbstring intl pdo pdo_mysql pdo_pgsql
|
||||
|
||||
RUN echo "date.timezone=Europe/Paris" > /usr/local/etc/php/conf.d/date_timezone.ini
|
||||
|
||||
RUN usermod -u 1000 www-data
|
||||
|
||||
CMD ["php-fpm"]
|
||||
|
Loading…
Reference in New Issue
Block a user