Skip to content

Commit

Permalink
fix: add workaround for grafana's database locked error
Browse files Browse the repository at this point in the history
  • Loading branch information
David Gomes authored and David Gomes committed Sep 29, 2023
1 parent 5a3056d commit 9b309bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/docker/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ services:

grafana:
image: grafana/grafana:latest
environment:
GF_DATABASE_WAL: true
ports:
- "3000:3000"
volumes:
Expand Down

0 comments on commit 9b309bf

Please sign in to comment.