mirror of https://github.com/docker/docs.git
Merge pull request #12354 from david-szabo97/patch-1
Fix volume mismatch in Node.js guide
This commit is contained in:
commit
04a30b2372
|
|
@ -123,7 +123,7 @@ services:
|
|||
- SERVER_PORT=8080
|
||||
- CONNECTIONSTRING=mongodb://mongo:27017/notes
|
||||
volumes:
|
||||
- ./:/code
|
||||
- ./:/app
|
||||
command: npm run debug
|
||||
|
||||
mongo:
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ services:
|
|||
- SERVER_PORT=8000
|
||||
- CONNECTIONSTRING=mongodb://mongo:27017/notes
|
||||
volumes:
|
||||
- ./:/code
|
||||
- ./:/app
|
||||
command: npm run debug
|
||||
|
||||
mongo:
|
||||
|
|
|
|||
Loading…
Reference in New Issue