Skip to content

Commit

Permalink
Updated the mongodb url in webapp service of the docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant-jain-94 committed Mar 8, 2018
1 parent 380e701 commit 909ea97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- mongodb
environment:
- PORT=4000
- MONGODB_URL=mongodb
- MONGODB_URL=mongodb://mongodb
ports:
- "4000:4000"
webapp_test:
Expand Down

0 comments on commit 909ea97

Please sign in to comment.