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.