Installation Error SQLSTATE[42S02] #6507
Unanswered
rastacalavera
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello,
I have been trying to follow the documentation to get a simple Docker-compose monica installation going but an hitting snags.
The example compose file uses DB user
monicabut the env file useshomesteadso I changed everything tohomestead.for my app url, I put
http://192.168.0.100which is the ip of my machine and have the ports in the compose file set to 8080:80When i try to go to the homepage of 192.168.0.100:8080 I see the error of
in the monica app logs I see this:
I seem to be very close to getting this to work but am stuck. Has anyone solved this problem previously? I have done many searches but haven't found any recent information. I left the db prefix blank as instructed in the docs and also tried setting it to
monicaas i saw in an old issue but nothing seems to help.Beta Was this translation helpful? Give feedback.
All reactions