From 2ba196d6a8f1c70bbb2a3b418636a479d3e72a4b Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Fri, 13 May 2022 16:30:07 -0700 Subject: [PATCH] added instructions about upgrading from 0.3.x to 0.4.x --- docs/TROUBLESHOOTING_INFLUXDB.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/TROUBLESHOOTING_INFLUXDB.md b/docs/TROUBLESHOOTING_INFLUXDB.md index 82c4534..8846177 100644 --- a/docs/TROUBLESHOOTING_INFLUXDB.md +++ b/docs/TROUBLESHOOTING_INFLUXDB.md @@ -59,4 +59,9 @@ this usually related to either: - Upgrading from the LSIO Scrutiny image to the Official Scrutiny image, without removing LSIO specific environmental variables - remove the `SCRUTINY_WEB=true` and `SCRUTINY_COLLECTOR=true` environmental variables. They were used by the LSIO image, but are unnecessary and cause issues with the official Scrutiny image. - Updated versions of the [LSIO Scrutiny images are broken](https://github.com/linuxserver/docker-scrutiny/issues/22), as they have not installed InfluxDB which is a required dependency of Scrutiny v0.4.x - - You can revert to an earlier version of the LSIO image (`lscr.io/linuxserver/scrutiny:060ac7b8-ls34`), or just change to the official Scrutiny image (`ghcr.io/analogj/scrutiny:master-omnibus`) \ No newline at end of file + - You can revert to an earlier version of the LSIO image (`lscr.io/linuxserver/scrutiny:060ac7b8-ls34`), or just change to the official Scrutiny image (`ghcr.io/analogj/scrutiny:master-omnibus`) + +Here's a couple of confirmed working docker-compose files that you may want to look at: + +- https://github.com/AnalogJ/scrutiny/blob/master/docker/example.hubspoke.docker-compose.yml +- https://github.com/AnalogJ/scrutiny/blob/master/docker/example.omnibus.docker-compose.yml