Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Feb 10, 2024
1 parent 8017a43 commit 58a8cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,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 Down

0 comments on commit 58a8cac

Please sign in to comment.