Skip to content

Instantly share code, notes, and snippets.

@neo0910
Created March 28, 2020 22:54
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 neo0910/ef95daa3bc47e57b891e4c7389ca1f5a to your computer and use it in GitHub Desktop.
Save neo0910/ef95daa3bc47e57b891e4c7389ca1f5a to your computer and use it in GitHub Desktop.
Docker compose file for the mongo container
version: '3.7'
services:
database:
container_name: [name]
image: mongo
restart: unless-stopped
ports:
- 27017:27017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment