Open usama28232 opened 1 year ago
@usama28232 I faced the same issue and tried your solution in #160, it works but with a gotcha. Although the output of docker cli is this:
Website is accessible on http://127.0.0.1:4000/ I don't know if this is an issue with docker on windows
thanks for the update. however, the default branch works fine on linux ubuntu this probably has something to do with windows
Right, it would be better if it's specified in readme
Hi, hope you are having a good day
I was unable to run the repository locally with docker on windows 10 with docker version "24.0.2, build cb74dfc" I had to make changes in docker cmd and add host flag with 0.0.0.0, and add port flag to docker run cmd
creating a pull request with changes!