From a5336acfd44bcd0669a37ca490f925077905780b Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 10 Feb 2024 12:56:10 +0100 Subject: [PATCH] Update readme.md --- .github/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/readme.md b/.github/readme.md index 67b07e0..5714bd2 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -28,8 +28,8 @@ services: image: dockurr/munin container_name: munin environment: - - "NODES=node1:10.0.0.101 node2:10.0.0.102" - - "TZ=Europe/Berlin" + - TZ: "Europe/Berlin" + - NODES: "node1:10.0.0.101 node2:10.0.0.102" ports: - 80:80 volumes: @@ -50,7 +50,7 @@ docker run -d \ -v /munin/log:/var/log/munin \ -v /munin/conf:/etc/munin/munin-conf.d \ -v /munin/plugin:/etc/munin/plugin-conf.d \ - -e NODES="node1:10.0.0.101 node2:10.0.0.102" \ + -e "NODES=node1:10.0.0.101 node2:10.0.0.102" \ dockurr/munin ```