mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Test postgres in non-UTC docker
This commit is contained in:
parent
3c41c84fb0
commit
7641190475
1 changed files with 2 additions and 0 deletions
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue