mirror of
https://github.com/janderedev/automod.git
synced 2024-11-08 11:18:35 +00:00
5 lines
103 B
Bash
5 lines
103 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
mkdir -p ./private/mongo
|
||
|
docker run -p 27017:27017 -v $(pwd)/private/mongo:/data/db mongo
|