From f9d03908fcff21dd0fda9943995e5983a4bc4b00 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 19 Dec 2024 13:09:33 +0100 Subject: README: update --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fd8f2d2..736a481 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ Usage fr24key="0123456789abcdef" -* Optionally, edit dump1090/config.js to set the correct coordinates of the -receiver. +* Edit dump1090/config.js to set the correct coordinates of the receiver. DefaultCenterLat = 66.5; DefaultCenterLon = 25.19; @@ -25,21 +24,21 @@ receiver. SiteLon = 25.19; SiteName = "My receiver"; -* Optionally, edit dump1090/supervisord.conf to set the correct coordinates of -the receiver in dump1090-fa's arguments (`--lat` and `--lon`). +* Edit dump1090/supervisord.conf to set the correct coordinates of the receiver +in dump1090-fa's arguments (`--lat` and `--lon`). command=/usr/bin/dump1090-fa ... --lat 66.5 --lon 25.19 ... Start the containers using - make pull && make up + docker-compose up -d You can now access the interactive map at http://127.0.0.1:8080/dump1090-fa/ and the fr24feed web interface at http://127.0.0.1:8754/. Stop the containers using - make down + docker-compose down DVB-T dongles ------------- @@ -63,14 +62,9 @@ in dump1090 container output if your dongle isn't supported. Development ----------- -TL;DR: build Docker images using - - make - ### Dependencies * Docker with BuildKit support (18.09 or higher), -* Compose with BuildKit support for `compose/build` (1.25.0 or higher). ### Multiarch -- cgit v1.2.3