Skip to content

Instantly share code, notes, and snippets.

@csorlandi
Created April 3, 2020 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csorlandi/693e2dcd99ca7fd74b1ff6d68a056d90 to your computer and use it in GitHub Desktop.
Save csorlandi/693e2dcd99ca7fd74b1ff6d68a056d90 to your computer and use it in GitHub Desktop.
docker run --name mongo -d -p 27017:27017 -p 28017:28017 -e ALLOW_EMPTY_PASSWORD=no MONGODB_USERNAME=docker MONGODB_PASSWORD=docker MONGODB_DATABASE=docker bitnami/mongodb:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment