From a3dfce3561bcddcd8b70e4e7f483e22594c8af4d Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Tue, 23 Jan 2024 12:57:22 -0800 Subject: [PATCH] Update INSTALL_HUB_SPOKE.md fixes https://github.com/AnalogJ/scrutiny/issues/495 --- docs/INSTALL_HUB_SPOKE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL_HUB_SPOKE.md b/docs/INSTALL_HUB_SPOKE.md index 2849aa8..7cc1b90 100644 --- a/docs/INSTALL_HUB_SPOKE.md +++ b/docs/INSTALL_HUB_SPOKE.md @@ -91,7 +91,7 @@ services: - SCRUTINY_WEB_INFLUXDB_ORG=homelab - SCRUTINY_WEB_INFLUXDB_BUCKET=scrutiny # Optional but highly recommended to notify you in case of a problem - - SCRUTINY_WEB_NOTIFY_URLS=["http://gotify:80/message?token=a-gotify-token"] + - SCRUTINY_NOTIFY_URLS=["http://gotify:80/message?token=a-gotify-token"] depends_on: - influxdb restart: unless-stopped