From 49c1ef6a37245adf8a9bf59627a5bf67cc1a8333 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sun, 1 May 2022 21:15:04 -0700 Subject: [PATCH] fixing local persistent dir for influxdb in omnibus. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b30f376..d616b93 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ If you're using Docker, getting started is as simple as running the following co ```bash docker run -it --rm -p 8080:8080 \ -v `pwd`/scrutiny:/scrutiny/config \ - -v `pwd`/influxdb2:/var/lib/influxdb2 \ + -v `pwd`/influxdb2:/scrutiny/influxdb \ -v /run/udev:/run/udev:ro \ --cap-add SYS_RAWIO \ --device=/dev/sda \ @@ -98,7 +98,7 @@ In addition to the Omnibus image (available under the `latest` tag) there are 2 ```bash docker run --rm -p 8086:8086 \ -v `pwd`/influxdb2:/var/lib/influxdb2 \ - --name scrutiny-web \ + --name scrutiny-influxdb \ influxdb:2.2 docker run --rm -p 8080:8080 \