Skip to content

Instantly share code, notes, and snippets.

@skydiver
Created June 4, 2017 08:42
Show Gist options
  • Save skydiver/0b6d263bdee978382d67186a09a79258 to your computer and use it in GitHub Desktop.
Save skydiver/0b6d263bdee978382d67186a09a79258 to your computer and use it in GitHub Desktop.
Docker -> MongoDB
version: '2'
services:
#####################
# MongoDB
#####################
mongo:
container_name: MongoDB
image: mongo:3.4
volumes:
- ./data:/data/db
ports:
- '27017:27017'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment