We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d6cf1 commit 7e71f82Copy full SHA for 7e71f82
docker-compose.yml
@@ -20,10 +20,6 @@ services:
20
- "3000:$PORT"
21
links:
22
- mongo
23
- volumes:
24
- # This is a bind mount that mounts our application code on the host to the /home/node/app directory on the container.
25
- # Any changes you make to your host code will be populated immediately in the container.
26
- - ./:/home/node/app
27
28
mongo:
29
# To create this service, Compose will pull the mongo
0 commit comments