Fix issue with upgrading to postgres 12 docker image #36

This commit is contained in:
Vikram Rangnekar
2020-02-24 02:37:21 +05:30
parent be5d4e976a
commit 7acf28bb3c
5 changed files with 271 additions and 257 deletions

View File

@ -2,7 +2,10 @@ version: '3.4'
services:
# Postgres DB
db:
image: postgres:11.5
image: postgres:12
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
ports:
- "5432:5432"