From 4d2e215c5f5e8b49b5edb8ac76c0ccb73c805da8 Mon Sep 17 00:00:00 2001 From: kx1t Date: Fri, 24 Mar 2023 16:49:14 +0100 Subject: [PATCH] documentation update --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e33689..04152c7 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,24 @@ It builds and runs on `linux/amd64`, `linux/arm/v7 (linux/armhf)` and `linux/arm 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: -``` +```bash sudo mkdir -p -m 777 /opt/adsb -wget +cd /opt/adsb +wget https://raw.githubusercontent.com/sdr-enthusiasts/docker-adsb-ultrafeeder/main/docker-compose.yml +wget https://raw.githubusercontent.com/sdr-enthusiasts/docker-adsb-ultrafeeder/main/.env +``` + +Then edit the `docker-compose.yml` and `.env` files and make any changes as needed. Please configure ALL variables in `.env`: + +```bash +nano docker-compose.yml +nano .env +``` + +Finally, bring up the stack. This may take a minute as it will automatically download the container and start it up: + +```bash +docker compose up -d ``` ## Ports