Bump postgres

This commit is contained in:
nicolas.dorier 2021-09-29 13:16:53 +09:00
parent 6a28497d33
commit 64901dfc22
No known key found for this signature in database
GPG key ID: 6618763EF09186FE
2 changed files with 6 additions and 2 deletions

View file

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

View file

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