mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-24 23:00:11 +00:00
typos
This commit is contained in:
parent
4d2e215c5f
commit
e9502c33dc
1 changed files with 1 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue