justadudewhohacks / opencv-express

Template for using opencv-3.4.1 + opencv-contrib with express.js and docker
MIT License
69 stars 38 forks source link

App not starting #7

Closed kanishk-mehta closed 5 years ago

kanishk-mehta commented 5 years ago

Hi,

I tried to do the same process as specified using docker.

->did a docker pull ->docker-compose build ->docker-compose up

The app doesn't start. listening to a port 3000 doesn't show up. The vm config is: Ram: 16GB Processor: 4CPUs

This is all I get in the console:

$ docker-compose up
Creating opencvexpress_cv_1 ... done
Attaching to opencvexpress_cv_1
cv_1  | [nodemon] 1.18.4
cv_1  | [nodemon] to restart at any time, enter `rs`
cv_1  | [nodemon] watching: *.*
cv_1  | [nodemon] starting `node ./src/server.js`

Please help @justadudewhohacks

Please let me know if any more details are required. Thanks!

kanishk-mehta commented 5 years ago

Hey @justadudewhohacks Silly mistake on my part! Hadn't configured the port forwarding in VirtualBox. Sorry for the trouble and Thanks!