all repos — caroster @ 417562fc137fd2f38a632f789a4c54e036cc25ed

[Octree] Group carpool to your event https://caroster.io

start-mongo.sh (view raw)

1#!/bin/bash
2docker run -d --name mongo-caroster -p 27017:27017 -v mongo-caroster:/data/db  mongo