aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-12-19 13:09:33 +0100
committerEgor Tensin <egor@tensin.name>2024-12-19 13:09:33 +0100
commitf9d03908fcff21dd0fda9943995e5983a4bc4b00 (patch)
tree73bad5bbf0b925503d5bdd3c1475f19aeb4aa190 /README.md
parentfr24feed: bump versions (diff)
downloadfr24feed-f9d03908fcff21dd0fda9943995e5983a4bc4b00.tar.gz
fr24feed-f9d03908fcff21dd0fda9943995e5983a4bc4b00.zip
README: updateHEADmaster
Diffstat (limited to '')
-rw-r--r--README.md16
1 files changed, 5 insertions, 11 deletions
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