You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,10 @@ You also could run rails stressor again by executing `docker-compose up rails_st
35
35
If your grafana's container is not running correctly after you run `docker-compose up` you're probably getting this error, if you check at `docker ps -a` you'll see your grana container with the status `Exited`, picks the id of this container and run `docker logs YOUR_GRAFANA_CONTAINER_ID` and check if the errors is equal to the following:
36
36
37
37
```
38
-
GF_PATHS_DATA='/var/lib/grafana' is not writable.
38
+
GF_PATHS_DATA='/var/lib/grafana' is not writable.
39
39
You may have issues with file permissions, more information here: http://docs.grafana.org/installation/docker/#migration-from-a-previou
0 commit comments