Update INSTALL_HUB_SPOKE.md

fixes https://github.com/AnalogJ/scrutiny/issues/495
This commit is contained in:
Jason Kulatunga
2024-01-23 12:57:22 -08:00
committed by GitHub
parent 240178d742
commit a3dfce3561
+1 -1
View File
@@ -91,7 +91,7 @@ services:
- SCRUTINY_WEB_INFLUXDB_ORG=homelab - SCRUTINY_WEB_INFLUXDB_ORG=homelab
- SCRUTINY_WEB_INFLUXDB_BUCKET=scrutiny - SCRUTINY_WEB_INFLUXDB_BUCKET=scrutiny
# Optional but highly recommended to notify you in case of a problem # 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: depends_on:
- influxdb - influxdb
restart: unless-stopped restart: unless-stopped