From e9502c33dce4cc562f3f9d619b19edde857db5e9 Mon Sep 17 00:00:00 2001 From: kx1t Date: Fri, 24 Mar 2023 16:54:41 +0100 Subject: [PATCH] typos --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 04152c7..a939c27 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,11 @@ In order to accomplish this, the container makes use of the following underlying * Wiedehopf's [graphs1090](https://github.com/wiedehopf/graphs1090) * [MLAT Client](https://github.com/adsbxchange/mlat-client.git) - It builds and runs on `linux/amd64`, `linux/arm/v7 (linux/armhf)` and `linux/arm64` architectures. -## `docker-compose.yml` and `.env` configuration - ## Up-and-Running Quickly with `docker-compose` -* An example [`docker-compose.xml`](docker-compose.yml) file can be found in this repository. +* An example [`docker-compose.yml`](docker-compose.yml) file can be found in this repository. * The accompanying environment variable values are defined in the [`.env`](.env) file in this repository Once you have [installed Docker](https://github.com/sdr-enthusiasts/docker-install), you can follow these lines of code to get up and running in very little time: