Upgrade: Use postgres 11.6 in docker-compose (#391)

This commit is contained in:
Pranav Raj S 2019-12-26 22:04:52 +05:30 committed by Sojan Jose
parent 005ca62c6e
commit 19b4311e8b
2 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ services:
command: ["bundle", "exec", "rails", "s", "-p", "3000", "-b", "0.0.0.0"]
postgres:
image: postgres:9.6
image: postgres:11.6
restart: always
ports:
- '5432:5432'

View file

@ -61,7 +61,7 @@ services:
command: bin/webpack-dev-server
postgres:
image: postgres:9.6
image: postgres:11.6
restart: always
ports:
- '5432:5432'