add mongo.sh script
This commit is contained in:
parent
cfe57a5237
commit
72bcee5804
1 changed files with 4 additions and 0 deletions
4
mongo.sh
Executable file
4
mongo.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkdir -p ./private/mongo
|
||||
docker run -p 27017:27017 -v $(pwd)/private/mongo:/data/db mongo
|
Loading…
Reference in a new issue