Skip to content

Commit fa2f920

Browse files
committed
Added additional lines
1 parent b5bad6a commit fa2f920

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ for the installation steps.
2222
In the root of this repo there is a docker-compose.yml file that can be used
2323
to build and run the required containers for CVE Search.
2424

25+
You will need to [install docker-compose](https://docs.docker.com/compose/install/)
26+
in order to perform this option.
27+
2528
Simple clone the repo, move into the root of the cloned repo and run the command:
2629
~~~
2730
docker-compose up
@@ -33,6 +36,9 @@ the webinterface might have difficulty establishing connection to the mongodb.
3336
Once done populating the connection should be restored automatically and the
3437
webserver should function normally.
3538

39+
The mongo and redis containers are configured to persist their data to the hosts'
40+
file system; a .cve_search_data folder will be created when the containers are started.
41+
3642
### Included in this repo
3743

3844
- Mongodb database dump exported via the `mongodump -d cvedb --gzip` command;

0 commit comments

Comments
 (0)