Skip to content

Instantly share code, notes, and snippets.

@Maksclub
Created September 6, 2022 12:04
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 Maksclub/cfd84b85b056f30aae00cca05546e76b to your computer and use it in GitHub Desktop.
Save Maksclub/cfd84b85b056f30aae00cca05546e76b to your computer and use it in GitHub Desktop.
version: "3"
services:
mongodb:
image: mongo:latest
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: rootpassword
ports:
- 27017:27017
volumes:
- .var/mongo:/data/db
volumes:
mongodb_data_container:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment