Skip to content
Snippets Groups Projects
Commit ec36691c authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

use correct timezone

parent f4e30eee
No related branches found
No related tags found
No related merge requests found
...@@ -178,6 +178,7 @@ final class Compile extends Command ...@@ -178,6 +178,7 @@ final class Compile extends Command
'MARIADB_PASSWORD' => 'studip', 'MARIADB_PASSWORD' => 'studip',
'MARIADB_MYSQL_LOCALHOST_USER' => 'root', 'MARIADB_MYSQL_LOCALHOST_USER' => 'root',
'MARIADB_AUTO_UPGRADE' => true, 'MARIADB_AUTO_UPGRADE' => true,
'TZ' => 'Europe/Berlin',
], ],
'healthcheck' => [ 'healthcheck' => [
'test' => ["CMD", "healthcheck.sh", "--connect", "--innodb_initialized"], 'test' => ["CMD", "healthcheck.sh", "--connect", "--innodb_initialized"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment