Skip to content

Instantly share code, notes, and snippets.

@Alexisvt
Created April 12, 2020 23:12
Show Gist options
  • Save Alexisvt/693da96570f251f0a9e710c9c40d5b84 to your computer and use it in GitHub Desktop.
Save Alexisvt/693da96570f251f0a9e710c9c40d5b84 to your computer and use it in GitHub Desktop.
Mongo DB container setup command

How to run a mongo db container

docker run -it --rm --network backend_default mongo mongo --host mongo -u root -p root --authenticationDatabase admin graphqlserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment