From 58ef1aa311c60743e902c563744aa3cfad3094e3 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Wed, 30 Nov 2022 07:56:01 -0800 Subject: [PATCH] update readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0beddc1..9eba883 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ other Docker images: - `ghcr.io/analogj/scrutiny:master-collector` - Contains the Scrutiny data collector, `smartctl` binary and cron-like scheduler. You can run one collector on each server. - `ghcr.io/analogj/scrutiny:master-web` - Contains the Web UI and API. Only one container necessary -- `influxdb:2.2` - InfluxDB image, used by the Web container to persist SMART data. +- `influxdb:2.2` - InfluxDB image, used by the Web container to persist SMART data. Only one container necessary See [docs/TROUBLESHOOTING_INFLUXDB.md](./docs/TROUBLESHOOTING_INFLUXDB.md) > See [docker/example.hubspoke.docker-compose.yml](./docker/example.hubspoke.docker-compose.yml) for a docker-compose file.