From 4795f1b8e335fd3576e6d2e616c25ec230c6418f Mon Sep 17 00:00:00 2001 From: Dziban303 Date: Mon, 13 Feb 2023 15:10:07 -0600 Subject: [PATCH] Update README.md I believe the correct port for readsb-compatible raw_in is 37981, not 30978, so I've changed that in the READSB_NET_CONNECTOR section of the example compose file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a8774e..4f8421e 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ See the `docker-compose.yml` example below. restart: always environment: - TZ=${FEEDER_TZ} - - READSB_NET_CONNECTOR=readsb,30005,beast_in;dump978,30978,raw_in;feed.adsb.fi,30004,beast_reduce_plus_out;feed.adsb.one,64004,beast_reduce_plus_out;in.adsb.lol,30004,beast_reduce_plus_out + - READSB_NET_CONNECTOR=readsb,30005,beast_in;dump978,37981,raw_in;feed.adsb.fi,30004,beast_reduce_plus_out;feed.adsb.one,64004,beast_reduce_plus_out;in.adsb.lol,30004,beast_reduce_plus_out - UUID=00000000-0000-0000-0000-000000000000 - MLAT_CONFIG=feed.adsb.fi,31090,39000;feed.adsb.one,64006,39001;in.adsb.lol,31090,39002 - READSB_LAT=${FEEDER_LAT}