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
|
||||
|
||||
postgres:
|
||||
image: postgres:latest
|
||||
image: postgres:15
|
||||
volumes:
|
||||
- './pg_data:/var/lib/postgresql/data'
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user