From 81230fe8db85779898f7d9cb87648916b504ce39 Mon Sep 17 00:00:00 2001 From: Rikard Bartholf Date: Tue, 19 Oct 2021 15:25:35 +0200 Subject: [PATCH] Add timezone to docker-compose example --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e2f2d0..3a329f0 100644 --- a/README.md +++ b/README.md @@ -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: