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:
|
||||
postgres:
|
||||
container_name: pgweb-postgres
|
||||
image: postgres:14
|
||||
image: postgres:15
|
||||
ports:
|
||||
- 5433:5432
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user