Skip to content

Instantly share code, notes, and snippets.

View ashinga48's full-sized avatar

Ravi Teja ashinga48

  • Melbourne
View GitHub Profile
@ashinga48
ashinga48 / docker-compose.yml
Last active October 29, 2021 11:17
MongoDB Local compose snippet
version: "3.8"
# Read More https://www.bmc.com/blogs/mongodb-docker-container/
services:
mongodb:
image: mongo
container_name: mongodb
environment:
- MONGO_INITDB_ROOT_USERNAME=root
- MONGO_INITDB_ROOT_PASSWORD=pass12345
volumes: