From 76411904757876e6d3788318140b9da2156ee410 Mon Sep 17 00:00:00 2001 From: ta264 Date: Sun, 17 Jul 2022 11:38:54 +0100 Subject: [PATCH] Test postgres in non-UTC docker --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5ec74b379..ab5f0bd3f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -576,6 +576,7 @@ stages: -e POSTGRES_PASSWORD=radarr \ -e POSTGRES_USER=radarr \ -p 5432:5432/tcp \ + -v /usr/share/zoneinfo/America/Chicago:/etc/localtime:ro \ postgres:14 displayName: Start postgres - bash: | @@ -721,6 +722,7 @@ stages: -e POSTGRES_PASSWORD=radarr \ -e POSTGRES_USER=radarr \ -p 5432:5432/tcp \ + -v /usr/share/zoneinfo/America/Chicago:/etc/localtime:ro \ postgres:14 displayName: Start postgres - bash: |