Skip to content

Instantly share code, notes, and snippets.

@cheese10yun
Created September 3, 2017 10:29
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 cheese10yun/6f3d6aaf2fc708857b9a5a147b358810 to your computer and use it in GitHub Desktop.
Save cheese10yun/6f3d6aaf2fc708857b9a5a147b358810 to your computer and use it in GitHub Desktop.
version: '2'
services:
mongo:
image: mongo:latest
restart: always
container_name: mongo
ports:
- "27017:27017"
volumes:
- ./data:/data/db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment