Skip to content

Instantly share code, notes, and snippets.

@dkatz23238
Created March 10, 2019 18:58
Show Gist options
  • Save dkatz23238/06262df82529a84793b06fa6906110e3 to your computer and use it in GitHub Desktop.
Save dkatz23238/06262df82529a84793b06fa6906110e3 to your computer and use it in GitHub Desktop.
version: "2"
services:
mongo:
image: "bitnami/mongodb:latest"
ports:
- "127.0.0.1:27018:27017"
volumes:
- .mongo:/data/db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment