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:
|
services:
|
||||||
# Postgres DB
|
# Postgres DB
|
||||||
db:
|
db:
|
||||||
image: postgres:latest
|
image: postgres:11.5
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue