Merge pull request #11989 from akhileshagarwal/patch-1

Update develop.md
This commit is contained in:
Sebastiaan van Stijn 2021-01-05 14:39:09 +01:00 committed by GitHub
commit 6e02fc209a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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