all repos — caroster @ e3f8c146e8fd76e38f0100b8d59720069ebdde4e

[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