Skip to content

Instantly share code, notes, and snippets.

@ggnam
Created May 14, 2021 13:08
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 ggnam/795c8f3247b5ed1103235197549acedc to your computer and use it in GitHub Desktop.
Save ggnam/795c8f3247b5ed1103235197549acedc to your computer and use it in GitHub Desktop.
version: "3.8"
services:
mongodb:
image : mongo
container_name: mongodb
environment:
- PUID=1000
- PGID=1000
volumes:
- /home/barry/mongodb/database:/data/db
ports:
- 27017:27017
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment