From cde15e365f6d379f024cf5de518e22f1f50c20aa 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 --- docs/content/config/troubleshooting/faq.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/config/troubleshooting/faq.md b/docs/content/config/troubleshooting/faq.md index bf29a33b..002f8164 100644 --- a/docs/content/config/troubleshooting/faq.md +++ b/docs/content/config/troubleshooting/faq.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.