File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,5 @@ MYSQL_ROOT_PASSWORD=dev
1212MYSQL_USER=dev
1313MYSQL_PASSWORD=dev
1414MYSQL_DATABASE=typo3
15+
16+ PHP_TIMEZONE=UTC
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ max_input_time = 300
1313post_max_size = 50M
1414upload_max_filesize = 50M
1515
16+ ; timezone will be overwritten in startup, use docker-env.yml
1617date.timezone = Europe/Berlin
1718
1819xdebug.remote_enable = 1
Original file line number Diff line number Diff line change @@ -35,6 +35,13 @@ password=\"$MYSQL_PASSWORD\"
3535
3636sed -i " s/mailhub=.*/mailhub=${MAIL_GATEWAY} /" /etc/ssmtp/ssmtp.conf
3737
38+ # ############################
39+ # # Init PHP
40+ # ############################
41+ echo "
42+ date.timezone = ${PHP_TIMEZONE}
43+ " > /etc/php5/mods-available/docker-boilerplate.ini
44+
3845# ############################
3946# # Init PHP-FPM
4047# ############################
You can’t perform that action at this time.
0 commit comments