From e75651a893f00508d445a3bc04172b1203af7a61 Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Fri, 7 Mar 2025 23:27:38 +0100 Subject: [PATCH] - Fix Timezone, - Enable images volume. --- compose.yaml | 2 +- etc/mantisbt/config_inc.php.ref | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 8967673..6088658 100644 --- a/compose.yaml +++ b/compose.yaml @@ -81,7 +81,7 @@ services: - ./${WA_LOG_HTTPD_EXT}:${WA_LOG_HTTPD_INT} - ./${WA_CONF_EXT}:${WA_CONF_INT} -# - ./${WA_IMG_EXT}:${WA_IMG_INT} + - ./${WA_IMG_EXT}:${WA_IMG_INT} networks: - appl diff --git a/etc/mantisbt/config_inc.php.ref b/etc/mantisbt/config_inc.php.ref index 42bd59d..95c0892 100644 --- a/etc/mantisbt/config_inc.php.ref +++ b/etc/mantisbt/config_inc.php.ref @@ -6,7 +6,7 @@ $g_db_username = '${DB_USER}'; $g_db_password = '${DB_PASSWORD}'; -$g_default_timezone = 'Paris'; +$g_default_timezone = 'Europe/Paris'; $g_crypto_master_salt = 'SJtcO5PYJj9Y4E2RvyEiKEi1NG3pa5KUfLeA/3/hC/0=';