-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Persist data on docker-volume #12
Comments
Hi @copolycube . This has come up before and I believe goaccess has some built in features for storage persistence. Last time this came up, there was no solution available: However, reading through the nested goaccess issue thread again, looks like 1.4 may have created some less complex disk persistence: A quick google search returns this informative article: Seems like --persist and --restore may be helpful for the use case you are describing. Are you able to do any testing with those flags within the container? If we can verify these give us the desired behavior, I can add persistence as an optional environment variable on the container. |
Hello @GregYankovoy , |
Hello @GregYankovoy |
Hello @GregYankovoy , I am using your bundle of goaccess and it was a great way to start using this cool project, thanks a lot !
As suggested in the #11 I am using it in docker-compose.
I was wondering how it would be possible to add a docker named volume so that we keep persist the data when restarting, and how that would integrate with your bundle ?
Thanks in advance for your help
The text was updated successfully, but these errors were encountered: