1
1

upgrade local dev postgres to 15

This commit is contained in:
2022-11-24 22:33:57 +01:00
parent 49a8d3e984
commit 142c51ac8a

View File

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