Skip to content

Instantly share code, notes, and snippets.

View obipascal's full-sized avatar
🏠
Working from home

OBI PASCAL B obipascal

🏠
Working from home
View GitHub Profile
@obipascal
obipascal / docker-compose.yml
Created May 3, 2024 15:53 — 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