Skip to content

Instantly share code, notes, and snippets.

View su-shubham's full-sized avatar
🎯
Focusing

Shubham P su-shubham

🎯
Focusing
View GitHub Profile
@adamelliotfields
adamelliotfields / docker-compose.yml
Created February 10, 2019 22:39
Docker Compose Mongo with Mongo Express
version: "3.5"
services:
mongo:
image: mongo:latest
container_name: mongo
environment:
MONGO_INITDB_ROOT_USERNAME: admin
MONGO_INITDB_ROOT_PASSWORD: admin
ports: