Skip to content

Instantly share code, notes, and snippets.

View artieax's full-sized avatar

Artie artieax

View GitHub Profile
@artieax
artieax / 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