From 3c84a0a6b505e155165ddbb698c1f0c025559c02 Mon Sep 17 00:00:00 2001 From: Aterfax Date: Fri, 12 Aug 2022 23:55:30 +0100 Subject: [PATCH] Fix issue with alerts not functioning correctly. (#298) This should address the issues mentioned in https://github.com/librenms/docker/issues/297 --- examples/compose/librenms.env | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/compose/librenms.env b/examples/compose/librenms.env index a1d0492..79a770a 100644 --- a/examples/compose/librenms.env +++ b/examples/compose/librenms.env @@ -9,6 +9,7 @@ LOG_IP_VAR=remote_addr CACHE_DRIVER=redis SESSION_DRIVER=redis REDIS_HOST=redis +REDIS_SCHEME=tcp LIBRENMS_SNMP_COMMUNITY=librenmsdocker