Change docker-compose YAML files to use PostgreSQL version 12 image for "postgres" and "hybrid" types of database setup
This commit is contained in:
parent
24ccd2a2b5
commit
e3fadc8d8c
@ -19,7 +19,7 @@ version: '2.2'
|
||||
services:
|
||||
postgres:
|
||||
restart: always
|
||||
image: "postgres:11.6"
|
||||
image: "postgres:12"
|
||||
ports:
|
||||
- "5432"
|
||||
environment:
|
||||
|
||||
@ -19,7 +19,7 @@ version: '2.2'
|
||||
services:
|
||||
postgres:
|
||||
restart: always
|
||||
image: "postgres:11.6"
|
||||
image: "postgres:12"
|
||||
ports:
|
||||
- "5432"
|
||||
environment:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user