Bump postgres version used in docker compose to 15 (#729)

This commit is contained in:
Dan Sosedoff 2024-03-27 23:02:46 -07:00 committed by GitHub
parent f3d6d9d73e
commit cf86131808
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: