mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-27 12:29:32 +00:00
adds TX/RX packets panels
This commit is contained in:
parent
2c34649eb7
commit
515b930c38
10 changed files with 359 additions and 174 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.DEFAULT_GOAL := run
|
||||
|
||||
clean:
|
||||
docker-compose down
|
||||
docker rm -f $(docker ps -a -q)
|
||||
docker volume rm "$(docker volume ls -q)"
|
||||
|
||||
run:
|
||||
docker-compose up
|
||||
Loading…
Add table
Add a link
Reference in a new issue