add mongo.sh script

votekick-web
janderedev 2022-03-15 17:36:31 +01:00
parent cfe57a5237
commit 72bcee5804
Signed by: Lea
GPG Key ID: 5D5E18ACB990F57A
1 changed files with 4 additions and 0 deletions

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