Skip to content

Commit

Permalink
docker-compose: Move default adsblol MLATHUB port
Browse files Browse the repository at this point in the history
This is because 39001 is in docs already, and that would result
the examples in the docs to error.
Users might already have this setup,
so an adsblol-update should fix this with no need for change.
  • Loading branch information
iakat committed Jun 5, 2023
1 parent 8d4ea60 commit 4518eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
- TAR1090_ROUTEAPIURL=https://api.adsb.lol/api/0/routeset
- ULTRAFEEDER_CONFIG=
adsb,feed.adsb.lol,30004,beast_reduce_plus_out,uuid=${ADSBLOL_UUID};
mlat,feed.adsb.lol,31090,39001,uuid=${ADSBLOL_UUID},${ADSBLOL_MLAT_CONFIG}
mlat,feed.adsb.lol,31090,39599,uuid=${ADSBLOL_UUID},${ADSBLOL_MLAT_CONFIG}
- READSB_NET_CONNECTOR=${ADSBLOL_ADDITIONAL_NET_CONNECTOR}
- MLAT_CONFIG=${ADSBLOL_ADDITIONAL_MLAT_CONFIG}
- MLATHUB_NET_CONNECTOR=${MLATHUB_NET_CONNECTOR}
Expand Down

0 comments on commit 4518eb5

Please sign in to comment.