Fix bug related to new Postgres docker image
This commit is contained in:
parent
7ec1f59224
commit
99b37a9c50
|
@ -2,7 +2,7 @@ version: '3.4'
|
|||
services:
|
||||
# Postgres DB
|
||||
db:
|
||||
image: postgres:latest
|
||||
image: postgres:11.5
|
||||
ports:
|
||||
- "5432:5432"
|
||||
|
||||
|
|
Loading…
Reference in New Issue