From adb3357eb1df8345ed1e19271b87a882f63c21dd Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Fri, 20 Mar 2026 04:12:35 +0000 Subject: [PATCH] docs: add note about Dozzle optionality --- install/management_compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/management_compose.yaml b/install/management_compose.yaml index 511cc0b..d4ca645 100644 --- a/install/management_compose.yaml +++ b/install/management_compose.yaml @@ -54,7 +54,7 @@ services: timeout: 10s retries: 3 dozzle: - # Dozzle is optional, but it's lightweight and allows for easily viewing container logs. We recommend including it unless you have a specific reason not to + # Dozzle is an optional container that allows for easily viewing container logs. We recommend including it unless you have a specific reason not to. Note that if you don't install it, the "Service Logs & Metrics" link in Settings that launches Dozzle will not work. image: amir20/dozzle:v10.0 container_name: nomad_dozzle restart: unless-stopped