use pg 15 in docker compose
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ services:
|
|||||||
DATABASE_URL: postgresql://postgres:postgres@postgres:5432/docuseal
|
DATABASE_URL: postgresql://postgres:postgres@postgres:5432/docuseal
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:latest
|
image: postgres:15
|
||||||
volumes:
|
volumes:
|
||||||
- './pg_data:/var/lib/postgresql/data'
|
- './pg_data:/var/lib/postgresql/data'
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user