From 1a84bb5588c244a8bf206ea4d6b6e27d89387656 Mon Sep 17 00:00:00 2001 From: kx1t Date: Wed, 24 Jul 2024 12:46:14 -0400 Subject: [PATCH] minor tweaks --- Dockerfile | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 188570e..836a30c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ ARG VERSION_REPO="sdr-enthusiasts/docker-adsb-ultrafeeder" \ SHELL ["/bin/bash", "-x", "-o", "pipefail", "-c"] RUN \ - --mount="type=bind,from=buildimage,source=/,target=/buildimage/" \ + --mount=type=bind,from=buildimage,source=/,target=/buildimage/ \ TEMP_PACKAGES=() && \ KEPT_PACKAGES=() && \ # Needed to run the mlat_client: diff --git a/README.md b/README.md index b1c838e..c54372a 100644 --- a/README.md +++ b/README.md @@ -465,7 +465,6 @@ Here are a few things you may want to try to fix this: - Never, ever, ever resend MLAT results back to ADSB or MLAT aggregators. Please DO NOT. This will ensure your data is discarded and may get you banned from the aggregator - If you feed your data to multiple aggregators, please do not enable MLAT for FlightRadar24 (per their request). Note that MLAT for FR24 using our containerized setup is disabled by default - #### Configuring the built-in MLAT Hub An "MLAT Hub" is an aggregator of MLAT results from several sources. Since the container is capable of sending MLAT data to multiple ADSB aggregators (like adsb.lol/fi/one, etc), we built in a capability to: