From 2c34649eb70bf82dd4a08169add87c77a2e623ff Mon Sep 17 00:00:00 2001 From: Leon Morten Richter Date: Fri, 15 Jul 2022 15:08:19 +0200 Subject: [PATCH] Make building mktxp optional --- README.md | 13 +++++++++++-- docker-compose.yml | 4 +++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f997ed3..1196b89 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,14 @@ sudo systemctl enable docker sudo reboot ``` -Build the mktxp Docker image +
+Optional: Build the Docker Image for mktxp + +It might be necessary to build the Docker Image for: https://github.com/akpw/mktxp. +This is especially the case, if your architecture is not: +- linux/amd64 +- linux/arm/v7 +- linux/arm64 ```bash # Get the mktxp repository @@ -60,9 +67,11 @@ git clone https://github.com/akpw/mktxp.git cd mktxp # Build the docker image -docker build . -t mktxp +docker build . -t leonmorten/mktxp:latest ``` +
+ Now get this repo and install all services: ```bash diff --git a/docker-compose.yml b/docker-compose.yml index 387c7a8..2dfc366 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: