-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Issue running app in docker #4
Comments
It seems like you already have an http server running on port 80. |
Great project... I've learned a lot... I also get this port 80 failure. I've done the build from my local machine, I've pulled it into my k3s for a build there and I've also pulled the image and used it from DockerHub. All three see to have the same issue - all on different systems (and at least on the K3s - I'm very certain of port conflicts). I think the conflict is with Droopy:
This also causes the fileserver to not run. When I switch over to the If I'm completely lost - let me know... Thanks. |
I think there are two issues here - the OP issue I was able to solve. After some research (and my lack of experience with
The solution was therefore pretty straight forward. When executing
I'll post a seperate thread if I figure out my other issue on the Droopy |
Can you try and set up docker on a fresh clean Ubuntu virtual machine. It sounds like you have a port conflict with some thing else running on your server. |
when I create a container based in the docker image freecad:1.0 create using your Dockerfile:
"docker run freecad:1.0", the following appears:
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
The text was updated successfully, but these errors were encountered: