mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 05:40:10 +00:00
Use ULTRAFEEDER_CONFIG
This commit is contained in:
parent
0aed8e7f9c
commit
161fb94b48
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ services:
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
# Sources and Aggregator connections:
|
# Sources and Aggregator connections:
|
||||||
# (Note - remove the ones you are not using / feeding)
|
# (Note - remove the ones you are not using / feeding)
|
||||||
- READSB_NET_CONNECTOR=
|
- ULTRAFEEDER_CONFIG=
|
||||||
adsb,feed.adsb.fi,30004,beast_reduce_plus_out;
|
adsb,feed.adsb.fi,30004,beast_reduce_plus_out;
|
||||||
adsb,in.adsb.lol,30004,beast_reduce_plus_out;
|
adsb,in.adsb.lol,30004,beast_reduce_plus_out;
|
||||||
adsb,feed.adsb.one,64004,beast_reduce_plus_out;
|
adsb,feed.adsb.one,64004,beast_reduce_plus_out;
|
||||||
|
@ -95,4 +95,4 @@ services:
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /run:exec,size=256M
|
- /run:exec,size=256M
|
||||||
- /tmp:size=128M
|
- /tmp:size=128M
|
||||||
- /var/log:size=32M
|
- /var/log:size=32M
|
||||||
|
|
Loading…
Reference in a new issue