mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 02:14:48 +00:00
Fix issue with alerts not functioning correctly. (#298)
This should address the issues mentioned in https://github.com/librenms/docker/issues/297
This commit is contained in:
parent
07f3baab8e
commit
3c84a0a6b5
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue