mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-27 04:19:32 +00:00
Make building mktxp optional
This commit is contained in:
parent
24f2804549
commit
2c34649eb7
2 changed files with 14 additions and 3 deletions
|
|
@ -46,7 +46,9 @@ services:
|
|||
# MKTXP
|
||||
# https://github.com/akpw/mktxp
|
||||
mktxp:
|
||||
image: mktxp:latest
|
||||
# https://github.com/M0r13n/mikrotik_monitoring
|
||||
# Note: You might need to build the image yourself if not on AMD64 or ARM-v7/V8
|
||||
image: leonmorten/mktxp:latest
|
||||
volumes:
|
||||
- './mktxp/:/root/mktxp/'
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue