mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
how to set timezone for container
This commit is contained in:
parent
6dce6c6cf7
commit
cde15e365f
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue