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: