Merge pull request #217 from andlil/patch-3

Update docker-compose.yml
This commit is contained in:
Mike Cao 2020-09-24 23:23:06 -07:00 committed by GitHub
commit 59a3c7c0e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ services:
depends_on: depends_on:
- db - db
db: db:
image: postgres:alpine image: postgres:12-alpine
environment: environment:
POSTGRES_DB: umami POSTGRES_DB: umami
POSTGRES_USER: umami POSTGRES_USER: umami