add mongo.sh script

This commit is contained in:
janderedev 2022-03-15 17:36:31 +01:00
parent cfe57a5237
commit 72bcee5804
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

4
mongo.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
mkdir -p ./private/mongo
docker run -p 27017:27017 -v $(pwd)/private/mongo:/data/db mongo