Merge pull request #1831 from vidschofelix/master

Upgrade Postgres to 15
This commit is contained in:
Mike Cao 2023-04-17 10:10:27 -07:00 committed by GitHub
commit 23b98314d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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