Merge pull request #12354 from david-szabo97/patch-1

Fix volume mismatch in Node.js guide
This commit is contained in:
Usha Mandya 2021-02-19 11:26:46 +00:00 committed by GitHub
commit 04a30b2372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ services:
- SERVER_PORT=8080
- CONNECTIONSTRING=mongodb://mongo:27017/notes
volumes:
- ./:/code
- ./:/app
command: npm run debug
mongo:

View File

@ -125,7 +125,7 @@ services:
- SERVER_PORT=8000
- CONNECTIONSTRING=mongodb://mongo:27017/notes
volumes:
- ./:/code
- ./:/app
command: npm run debug
mongo: