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: |