Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neelabalan authored Feb 15, 2021
1 parent dc76f6d commit fb93de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ MongoDB does not provide any sample databases on their website, However, they do
```bash
docker pull mvertes/alpine-mongo

docker run -d --name mongo -p 2717:27017 -v ~/mongodb:data/db mvertes/alpine-mongo
docker run -d --name mongo -p 2717:27017 -v ~/mongodb:/data/db mvertes/alpine-mongo

# args
# hostname
Expand Down

0 comments on commit fb93de7

Please sign in to comment.