-
Notifications
You must be signed in to change notification settings - Fork 38
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
App not launched #4
Comments
[ The above is the obtained data on the console for a docker inspect container id command |
Hi, Shouldn't you be connecting to the IP of your docker machine instead of localhost? Check |
exec docker-compose ps command , select the port of the host machine instead of the docker machine ip. Mine is host 3001 port forward to docker container 3000 port. |
I tried to do the same process as specified using docker.
->did a docker pull
->docker-compose build
->docker-compose up
-> It shows that it is listening to a port 3000 via node mon in the console but my localhost:3000 doesnt work
Dont know why.
I did a docker inspect container id
docker inspect opencvexpress_cv_1
then I got all the network info but the host ip has no value but the host port has 3000 as value
How can I fix this issue
The text was updated successfully, but these errors were encountered: