Created
January 16, 2020 23:21
-
-
Save stevenc81/dc68a021fdecd2761a25108c4e959b4e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -it -p 28000:27017 --name mongoContainer mongo:3.6.13 mongo "mongodb+srv://<HOST>/<DB>" --username <USERNAME> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment