use pg 15 in docker compose

This commit is contained in:
Alex Turchyn
2023-09-17 11:54:47 +03:00
parent 7bb241815f
commit 907aaa9c30
+1 -1
View File
@@ -15,7 +15,7 @@ services:
DATABASE_URL: postgresql://postgres:postgres@postgres:5432/docuseal
postgres:
image: postgres:latest
image: postgres:15
volumes:
- './pg_data:/var/lib/postgresql/data'
environment: