-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
version: "3.7"
services:
postgres:
image: postgres:11.5
container_name: postgres
environment:
- TZ=Singapore
- POSTGRES_USER=alona
- POSTGRES_PASSWORD=alona
- POSTGRES_DB=alona
ports:
- "5432:5432"
I have tried this docker-compose script above but still the timezone is default.
I run the commands SELECT now(); and SHOW timezone;
Please help, thanks!
Metadata
Metadata
Assignees
Labels
No labels