DEV Community

Discussion on: Learn Docker — from the beginning, part V Docker Compose, variables, volumes, networks and databases

Collapse
 
bijoy26 profile image
Anjum Rashid • Edited

I ran into same timeout issue as Thiago on Windows host and solved it by updating the internal DB port as instructed.

However, then I stumbled upon following issue on the product-service container:

sh: nodemon: command not found

Few hours of head scratching and unhealthy debugging later, the culprit turned out to be bind mount wiping out the node_modules directory. Got a workaround with this solution.

Better late than never!

Collapse
 
softchris profile image
Chris Noring

thank you for lettting me know. I'm sure someone else will scratch their head here and see your comment