Merge pull request #29830 from Parsifal-M/docs/pg-timezones

[DOCS] Adds small addition to the PG docker-compose about timezones
This commit is contained in:
Andre Wanlin
2025-05-02 12:39:20 -05:00
committed by GitHub
+3
View File
@@ -153,6 +153,9 @@ services:
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: <secret>
# If you want to set a timezone you can use the following environment variables, this is handy when trying to figure out when scheduled tasks will run!
# TZ: Europe/Stockholm
# PGTZ: Europe/Stockholm
ports:
- 5432:5432
```