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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user