Upgrade Postgres to 15

This commit is contained in:
Felix
2023-03-10 22:52:54 +01:00
committed by GitHub
parent 7a3443cd06
commit 2470fb4c7c

View File

@@ -13,7 +13,7 @@ services:
- db - db
restart: always restart: always
db: db:
image: postgres:12-alpine image: postgres:15-alpine
environment: environment:
POSTGRES_DB: umami POSTGRES_DB: umami
POSTGRES_USER: umami POSTGRES_USER: umami