mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Bump postgres
This commit is contained in:
parent
6a28497d33
commit
64901dfc22
2 changed files with 6 additions and 2 deletions
|
@ -225,7 +225,9 @@ services:
|
|||
links:
|
||||
- bitcoind
|
||||
postgres:
|
||||
image: postgres:9.6.5
|
||||
image: postgres:13.4
|
||||
environment:
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
ports:
|
||||
- "39372:5432"
|
||||
expose:
|
||||
|
|
|
@ -213,7 +213,9 @@ services:
|
|||
- bitcoind
|
||||
|
||||
postgres:
|
||||
image: postgres:9.6.5
|
||||
image: postgres:13.4
|
||||
environment:
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
ports:
|
||||
- "39372:5432"
|
||||
expose:
|
||||
|
|
Loading…
Add table
Reference in a new issue