Node.js on Docker Question

I finally managed to set up a Docker project!

If I make a PHP project I can connect to a database no problem. If I make a Node.js project it doesn’t see a database. Which server am I using in a Node.js project? The Docker or the Node.js one that doesn’t have a database?

Community Page
Last updated: