Update configuration.md (#1465)
This commit is contained in:
parent
fcdea6050e
commit
e2f1313566
1 changed files with 10 additions and 0 deletions
|
@ -100,3 +100,13 @@ To use the default `uploads` folder:
|
|||
- ./listmonk/uploads:/listmonk/uploads
|
||||
```
|
||||
|
||||
|
||||
## Time zone
|
||||
|
||||
To change listmonk's time zone (logs, etc.) edit `docker-compose.yml`:
|
||||
```
|
||||
environment:
|
||||
- TZ=Etc/UTC
|
||||
```
|
||||
with any Timezone listed [here](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). Then run `sudo docker-compose stop ; sudo docker-compose up` after making changes.
|
||||
|
||||
|
|
Loading…
Reference in a new issue