Bump postgres version used in docker compose to 15 (#729)
This commit is contained in:
parent
f3d6d9d73e
commit
cf86131808
@ -4,7 +4,7 @@ version: "3.9"
|
|||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
container_name: pgweb-postgres
|
container_name: pgweb-postgres
|
||||||
image: postgres:14
|
image: postgres:15
|
||||||
ports:
|
ports:
|
||||||
- 5433:5432
|
- 5433:5432
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user