Update configuration.md (#1465)

This commit is contained in:
MaximilianKohler 2023-08-19 21:11:30 -07:00 committed by GitHub
parent fcdea6050e
commit e2f1313566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.