From 52732e9ba100f05104eb5f26aef867f47c47e0df Mon Sep 17 00:00:00 2001 From: Gonzalo Pantoja <16733681+Gonzalo8642@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:36:34 -0500 Subject: [PATCH] include loki disable environment variable in example --- documentation/docs/dependencies/loki.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/docs/dependencies/loki.md b/documentation/docs/dependencies/loki.md index 637f74f..ec01900 100644 --- a/documentation/docs/dependencies/loki.md +++ b/documentation/docs/dependencies/loki.md @@ -76,6 +76,7 @@ services: container_name: unpoller environment: UP_INFLUXDB_DISABLE: "true" + UP_LOKI_DISABLE: "false" UP_LOKI_URL: http://log01.tylephony.com:3100 UP_POLLER_DEBUG: "false" UP_PROMETHEUS_HTTP_LISTEN: 0.0.0.0:9130