mirror of https://github.com/docker/docs.git
Merge pull request #11989 from akhileshagarwal/patch-1
Update develop.md
This commit is contained in:
commit
6e02fc209a
|
@ -121,7 +121,7 @@ services:
|
|||
- 9229:9229
|
||||
environment:
|
||||
- SERVER_PORT=8080
|
||||
- DATABASE_CONNECTIONSTRING=mongodb://mongo:27017/notes
|
||||
- CONNECTIONSTRING=mongodb://mongo:27017/notes
|
||||
volumes:
|
||||
- ./:/code
|
||||
command: npm run debug
|
||||
|
|
Loading…
Reference in New Issue