- Fix Timezone,

- Enable images volume.
This commit is contained in:
Arnaud G. GIBERT 2025-03-07 23:27:38 +01:00
parent 791df0e07a
commit e75651a893
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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=';