Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael P. Ribeiro committed Jul 28, 2021
1 parent 919e1ee commit 1168944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ docker run -d --name rocksdb-prometheus-exporter \
-p 8080:8080 \
-v <path(s) to stores on host>:/stores:ro \
-e "PATHS=/stores/*/*/*" \
<registry>/rocksdb-prometheus-exporter:<version>
vouchio/rocksdb-prometheus-exporter
```

As you can see, `$PATHS` can be a glob which gets expanded internally. This lets you specify multiple stores to monitor. The stores are mounted readonly (using `:ro`) to ensure we don't accidentally corrupt any stores.
Expand Down

0 comments on commit 1168944

Please sign in to comment.