Guest User

Untitled

a guest
Feb 16th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. docker run -d -p 27017:27017 --name mongo \
  2. -e MONGO_INITDB_ROOT_USERNAME=lucas \
  3. -e MONGO_INITDB_ROOT_PASSWORD=secret \
  4. mongo
Add Comment
Please, Sign In to add comment