From caf846857af355db15113bf7d45d36b050de5d04 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:37:12 +0200 Subject: [PATCH] update README --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6ea2918..fc2147c 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ Docker image for [LibreNMS](https://www.librenms.org/), a fully featured network monitoring system that provides a wealth of features and device support. -> **Note** -> +> [!TIP] > Want to be notified of new releases? Check out 🔔 [Diun (Docker Image Update Notifier)](https://github.com/crazy-max/diun) > project! @@ -134,8 +133,7 @@ Image: librenms/librenms:latest ### Redis -> **Note** -> +> [!NOTE] > Redis variables should be set on all containers and are required when running > more than one dispatcher. @@ -252,8 +250,7 @@ $ docker run -d -p 8000:8000 --name librenms \ When you first access the webui, you will be prompted to create an admin user. -> **Note** -> +> [!NOTE] > If you lose access, you can create another one using the [`lnms` command](#lnms-command). ## Upgrade