Replies: 1 comment
-
You can take a look at this repo just. https://github.com/LiveHelperChat/docker-standalone |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I installed LiveHelperChat in a container and got it working correctly. Now I had to restart the server and I've found out that the docker container it was running inside of, did not have a volume assigned. I thought that everything was saved in the database, but when re-starting the same container the initial installation script is shown.
Therefore I am assuming that this installation script saves the database data somewhere, but since I did not provide a volume, it got erased.
What folder should I maintain persistent in order to not lose the initial configuration regardless of how many times I restart the docker container?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions