Skip to content

Instantly share code, notes, and snippets.

@chiarabeth
Created August 24, 2021 22:49
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 chiarabeth/284019a7b5731252d473f4855fc70e28 to your computer and use it in GitHub Desktop.
Save chiarabeth/284019a7b5731252d473f4855fc70e28 to your computer and use it in GitHub Desktop.
Docker Mongo Step 2
version: '3'
services:
my_mongo:
image: mongo
ports:
- 27019:27017
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: rootpassword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment