Skip to content

Instantly share code, notes, and snippets.

@rlaace423
Created June 20, 2024 10:34
Show Gist options
  • Save rlaace423/5c8abefc4a75d3075889bc76c68cac09 to your computer and use it in GitHub Desktop.
Save rlaace423/5c8abefc4a75d3075889bc76c68cac09 to your computer and use it in GitHub Desktop.
mongo
version: "3.9"
services:
mongo:
image: mongo:4.4
container_name: mongo
networks:
- mongo
ports:
- "27017:27017"
volumes:
- type: bind
source: /Users/sam/mongo/data
target: /data/db
networks:
mongo:
name: mongo
driver: bridge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment