From 09e12a6d4fc01f9252de5cbf869cfa55ea1aaf23 Mon Sep 17 00:00:00 2001 From: Jason Levine Date: Mon, 27 Feb 2017 09:38:16 -0500 Subject: fix readme to reflect need to quote command-line, space-separated username/password env vars add backward compatibility for previous MUNIN_USER and MUNIN_PASSWORD env vars --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7989a43..d32553d 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ docker run -d \ -v /var/lib/munin:/var/lib/munin \ -v /var/run/munin:/var/run/munin \ -v /var/cache/munin:/var/cache/munin \ - -e MUNIN_USERS=http-user another-user \ - -e MUNIN_PASSWORDS=secret-password other-users-password \ + -e MUNIN_USERS='http-user another-user' \ + -e MUNIN_PASSWORDS='secret-password other-users-password' \ -e SMTP_HOST=smtp.example.com \ -e SMTP_PORT=587 \ -e SMTP_USERNAME=smtp-username \ -- cgit v1.2.1