From b9641ccbf828d48ab6c9ab07b9194472f9162a79 Mon Sep 17 00:00:00 2001 From: Wouter Kobes Date: Wed, 15 Jul 2026 15:25:12 +0200 Subject: [PATCH] Add quotes to documentation for user:pass example --- documentation/Docker-deployment-batch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Docker-deployment-batch.md b/documentation/Docker-deployment-batch.md index 6017024d9..06da0bac0 100644 --- a/documentation/Docker-deployment-batch.md +++ b/documentation/Docker-deployment-batch.md @@ -99,7 +99,7 @@ For example: ENABLE_BATCH=True ENABLE_HOF=False # user/password(s) for access to /grafana monitoring - MONITORING_AUTH_RAW=user: + MONITORING_AUTH_RAW='user:' # allowed IP's to visit web interface without password ALLOW_LIST=198.51.100.1,2001:db8:2::1 EOF