Skip to content

Instantly share code, notes, and snippets.

@justlaputa
Last active May 21, 2016 07:35
Show Gist options
  • Save justlaputa/4a7aaa8ff95fa05040f53e13c8274c89 to your computer and use it in GitHub Desktop.
Save justlaputa/4a7aaa8ff95fa05040f53e13c8274c89 to your computer and use it in GitHub Desktop.
version: "2"
services:
mongodb:
container_name: mongodb
image: mongo:3.2
volumes:
- ./data/db:/data/db
ports:
- "27017:27017"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment