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:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
restart: always
|
restart: always
|
||||||
image: "postgres:11.6"
|
image: "postgres:12"
|
||||||
ports:
|
ports:
|
||||||
- "5432"
|
- "5432"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@ -19,7 +19,7 @@ version: '2.2'
|
|||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
restart: always
|
restart: always
|
||||||
image: "postgres:11.6"
|
image: "postgres:12"
|
||||||
ports:
|
ports:
|
||||||
- "5432"
|
- "5432"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user