Skip to content

Commit

Permalink
fix: php timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
bezumkin committed May 6, 2024
1 parent c84ef85 commit 3b8f1c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/php-fpm/dockerfile → docker/php-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN docker-php-ext-install zip
RUN docker-php-ext-install pdo_mysql

ARG TZ
ENV TZ=${TZ}
RUN echo "date.timezone=${TZ}" > /usr/local/etc/php/conf.d/docker-php-ext-timezone.ini
RUN echo "memory_limit=512M" > /usr/local/etc/php/conf.d/docker-php-ext-memory.ini
RUN echo "max_file_uploads=256M" > /usr/local/etc/php/conf.d/docker-php-ext-upload.ini \
Expand Down

0 comments on commit 3b8f1c6

Please sign in to comment.