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