mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 09:01:01 +00:00
Add the timezone for PHP docker container
This commit is contained in:
parent
d460a7377a
commit
125460345f
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue