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
|
- /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?
|
### What is the file format?
|
||||||
|
|
||||||
All files are using the Unix format with `LF` line endings.
|
All files are using the Unix format with `LF` line endings.
|
||||||
|
|
Loading…
Reference in New Issue