[Help] Grafana container restarting #322
-
Hi so I've cloned the repo for version 8, started up the containers using docker compose and the grafana container keeps restarting over and over. In the past I was able to fix this using chown on the g_data folder as described on the docs https://cmu-sei.github.io/GHOSTS/quickstart/. However now I can't seem to find that folder so is there something else I should be doing to resolve this? |
Beta Was this translation helpful? Give feedback.
Answered by
sei-dupdyke
Apr 19, 2024
Replies: 1 comment 6 replies
-
Should be "_g". If you don't want that hassle, you can remove the volume (the last line of the docker-compose file). |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
tm6907
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should be "_g". If you don't want that hassle, you can remove the volume (the last line of the docker-compose file).