Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hooveran committed Jan 16, 2024
1 parent 847cc3a commit 9349b15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@ As an example, we illustrate how to use a "medium-size" dataset containing 20,26
<br></br>

3. Recreate the containers:
* Navigate to the parent directory (matcher/), and execute the following command:
* Navigate to the parent directory (matcher/), and execute the following commands (note that using the --volumes flag deletes your previous matcher DB data):

```
docker-compose down --volumes && \
docker-compose build && \
docker-compose up --force-recreate
```

Expand Down

0 comments on commit 9349b15

Please sign in to comment.