Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Feb 10, 2024
1 parent 58a8cac commit a5336ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
```

Expand Down

0 comments on commit a5336ac

Please sign in to comment.