all repos — caroster @ 36002d390e805f5ffaf16698a5e9c9b5cef3e36e

[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