Postgres kontajner: nastavenie timezone na Europe/Bratislava
This commit is contained in:
@@ -12,6 +12,8 @@ services:
|
||||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_DB: ${POSTGRES_DB}
|
||||
TZ: Europe/Bratislava
|
||||
PGTZ: Europe/Bratislava
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user