skip to Main Content

How to fix the docker setup issue

I'm developing a site with MERN stack and I want to do all the things with Docker. But I have trouble with connecting to MongoDB with Docker. Here's my docker-compose.yml file. version: "3.7" services: backend: build: context: ./node_backend dockerfile: Dockerfile.dev…

VIEW QUESTION
Back To Top
Search