simplerisk / docker

SimpleRisk Docker Repository
https://www.simplerisk.com
Mozilla Public License 2.0
29 stars 21 forks source link

Fix for missing mysql homedir. #38

Closed jgonyea closed 2 years ago

jgonyea commented 2 years ago

Fixes #37

Attempting to start docker container after first run will crash the container. The fix is to set the homedir for the mysql user.

WolfangAukang commented 2 years ago

Hi @jgonyea, thank you for your contribution. Unfortunately, the issue you are indicating on #37 seems to have been already solved on #36, and it hasn't been pushed yet into Dockerhub as it was merged after the latest release.

I'm still going to look at the solution provided, as somehow it might look as something that might be needed, but with testing the current code on master, I don't have any crashes.

WolfangAukang commented 2 years ago

Now, one issue found is related to MySQL: On the second run, it does not start properly because there is a process using the unix socket file. The container does run as usual, but the application says that cannot find the database.

WolfangAukang commented 2 years ago

Closing in favor of #39