upgrade local dev postgres to 15
This commit is contained in:
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
services:
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:15-alpine
|
||||
environment:
|
||||
POSTGRES_DB: "financeplanner_db"
|
||||
POSTGRES_USER: "financeplanner_user"
|
||||
|
||||
Reference in New Issue
Block a user