mirror of
https://github.com/KevinMidboe/ISPDowntimeMonitor.git
synced 2025-10-29 09:40:12 +00:00
Update README.md
This commit is contained in:
@@ -22,9 +22,11 @@ yarn
|
|||||||
|
|
||||||
If you don't have mongo running, run it using docker:
|
If you don't have mongo running, run it using docker:
|
||||||
```bash
|
```bash
|
||||||
sudo docker run -d --name mongodb -p 27017:27017 -v $PWD/db:/data/db mongo
|
mkdir -p $HOME/docker/mongodb/
|
||||||
|
sudo docker run -d --name mongodb -p 27017:27017 -v $HOME/docker/mongodb:/data/db mongo
|
||||||
```
|
```
|
||||||
Install docker from: https://docs.docker.com/get-docker/.
|
Install docker from: https://docs.docker.com/get-docker/.
|
||||||
|
> Note! The folderpath `$HOME/docker/mongodb/` can be change to any other folder.
|
||||||
|
|
||||||
# Config
|
# Config
|
||||||
Create a local configuration file from the included example config:
|
Create a local configuration file from the included example config:
|
||||||
|
|||||||
Reference in New Issue
Block a user