Last active
November 12, 2019 20:47
-
-
Save raicerk/a6f0d9fcaceda44e0ec042380e5d4fe4 to your computer and use it in GitHub Desktop.
docker mongodb
This file contains hidden or 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 -p 27018:27017 -v /historico:/data/db -tid --name=mongohistorial -e MONGO_INITDB_ROOT_USERNAME=mongoadmin -e MONGO_INITDB_ROOT_PASSWORD=mongodbadmin mongo mongod |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment