Fix bug related to new Postgres docker image

This commit is contained in:
Vikram Rangnekar 2020-02-23 10:28:32 +05:30
parent 7ec1f59224
commit 99b37a9c50
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '3.4'
services:
# Postgres DB
db:
image: postgres:latest
image: postgres:11.5
ports:
- "5432:5432"