From 679eae51810021090c111033b099d00e544e3fa7 Mon Sep 17 00:00:00 2001 From: DjVinnii Date: Thu, 4 Nov 2021 13:26:40 +0100 Subject: [PATCH] Add TZ to mailu.env --- setup/flavors/compose/mailu.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/flavors/compose/mailu.env b/setup/flavors/compose/mailu.env index 3e53e7d2..c462c5e2 100644 --- a/setup/flavors/compose/mailu.env +++ b/setup/flavors/compose/mailu.env @@ -42,6 +42,9 @@ AUTH_RATELIMIT_USER={{ auth_ratelimit_user }}/day # Opt-out of statistics, replace with "True" to opt out DISABLE_STATISTICS={{ disable_statistics or 'False' }} +# Timezone for the Mailu containers. See this link for all possible values https://en.wikipedia.org/wiki/List_of_tz_database_time_zones +TZ=Etc/UTC + ################################### # Optional features ###################################