mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 13:50:14 +00:00
add warnings and linter fixes
This commit is contained in:
parent
1a5574a496
commit
ebab221d3e
2 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,7 @@ services:
|
||||||
# Sources and Aggregator connections:
|
# Sources and Aggregator connections:
|
||||||
# Notes - remove the ones you are not using / feeding
|
# Notes - remove the ones you are not using / feeding
|
||||||
# - remove "adsb,dump978,30978,uat_in;" if you don't have dump978 and a UAT dongle connected to your station
|
# - remove "adsb,dump978,30978,uat_in;" if you don't have dump978 and a UAT dongle connected to your station
|
||||||
|
# - !!! make sure that each line ends with a semicolon ";", with the exception of the last line which shouldn't have a ";" !!!
|
||||||
- ULTRAFEEDER_CONFIG=
|
- ULTRAFEEDER_CONFIG=
|
||||||
adsb,dump978,30978,uat_in;
|
adsb,dump978,30978,uat_in;
|
||||||
adsb,feed.adsb.fi,30004,beast_reduce_plus_out;
|
adsb,feed.adsb.fi,30004,beast_reduce_plus_out;
|
||||||
|
|
Loading…
Reference in a new issue