Skip to content

Instantly share code, notes, and snippets.

@vikasontech
Created January 18, 2020 15:23
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 vikasontech/3d2b48ee2c50a390c36a9d57cedb5386 to your computer and use it in GitHub Desktop.
Save vikasontech/3d2b48ee2c50a390c36a9d57cedb5386 to your computer and use it in GitHub Desktop.
version: '3.1'
services:
mongo:
image: mongo:4.2.0-rc2-bionic
ports:
- 1234:27017
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment