mirror of
https://github.com/mikecao/umami.git
synced 2021-05-17 18:46:32 +03:00
Update docker-compose.yml
postgres was updated to version 13 which is not supported in current configuration, stay at version 12 until resolved
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user