Skip to content

Instantly share code, notes, and snippets.

View Lyuji282's full-sized avatar
🎯
Focusing

Arthur Lawrence Lyuji282

🎯
Focusing
View GitHub Profile
@Lyuji282
Lyuji282 / docker-compose.yml
Created December 23, 2019 13:06 — forked from linuxsimba/docker-compose.yml
docker-compose for MongoDB and Mongoose UI
version: '2'
networks:
mongodb_net:
driver: bridge
ipam:
driver: default
config:
# Change this subnet range if it conflicts with your personal/work network
- subnet: 192.168.213.0/24