Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 302 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 302 Bytes

monitorix in docker

Two ways to run, with --net host or without.

docker run -it -p 8080:8080 monitorix

docker run -it --net host monitorix

You may also pass a different port to the container using

docker run -it --net host -e MONITORIX_PORT=1234 monitorix