Add timezone to docker-compose example

This commit is contained in:
Rikard Bartholf
2021-10-19 15:25:35 +02:00
committed by GitHub
parent c01143588a
commit 81230fe8db
+2 -1
View File
@@ -75,12 +75,13 @@ chmod o+rwx data
version: '3.7'
services:
db:
image: postgres:13
restart: always
environment:
POSTGRES_PASSWORD: postgres
TZ: 'Europe/Stockholm'
PGTZ: 'Europe/Stockholm'
ports:
- "5432:5432"
volumes: