Skip to content

Commit

Permalink
Update configuration.md (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKohler committed Aug 20, 2023
1 parent fcdea60 commit e2f1313
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/docs/content/configuration.md
Expand Up @@ -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.

0 comments on commit e2f1313

Please sign in to comment.