From 659186fb7780f80a40a33de87b2df03055310f37 Mon Sep 17 00:00:00 2001 From: pyy Date: Thu, 10 Sep 2020 20:59:33 +0200 Subject: [PATCH] how to set timezone for container --- FAQ-and-Tips.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FAQ-and-Tips.md b/FAQ-and-Tips.md index bf29a33..002f816 100644 --- a/FAQ-and-Tips.md +++ b/FAQ-and-Tips.md @@ -25,6 +25,12 @@ volumes: - /etc/localtime:/etc/localtime:ro ``` +(optional) Add one line to `.env` or `env-mailserver` to set timetzone for container, for example: +``` +TZ=Europe/Berlin +``` +check here for [`tz name list`](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) + ### What is the file format? All files are using the Unix format with `LF` line endings.