Fix notify urls env var in docs (#931)

Closes #862
This commit is contained in:
Aram Akhavan
2026-02-21 15:50:31 -08:00
committed by GitHub
parent 18f10a9295
commit 28658790c8
+2 -2
View File
@@ -92,8 +92,8 @@ services:
- SCRUTINY_WEB_INFLUXDB_TOKEN=your-very-secret-token
- SCRUTINY_WEB_INFLUXDB_ORG=homelab
- SCRUTINY_WEB_INFLUXDB_BUCKET=scrutiny
# Optional but highly recommended to notify you in case of a problem
- SCRUTINY_NOTIFY_URLS=["http://gotify:80/message?token=a-gotify-token"]
# Optional but highly recommended to notify you in case of a problem; space-separated list of shoutrrr uri's
- SCRUTINY_NOTIFY_URLS=http://gotify:80/message?token=a-gotify-token ntfy://username:password@host:port/topic
depends_on:
- influxdb
networks: