Skip to content

Commit 4518eb5

Browse files
committed
docker-compose: Move default adsblol MLATHUB port
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.
1 parent 8d4ea60 commit 4518eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
- TAR1090_ROUTEAPIURL=https://api.adsb.lol/api/0/routeset
5858
- ULTRAFEEDER_CONFIG=
5959
adsb,feed.adsb.lol,30004,beast_reduce_plus_out,uuid=${ADSBLOL_UUID};
60-
mlat,feed.adsb.lol,31090,39001,uuid=${ADSBLOL_UUID},${ADSBLOL_MLAT_CONFIG}
60+
mlat,feed.adsb.lol,31090,39599,uuid=${ADSBLOL_UUID},${ADSBLOL_MLAT_CONFIG}
6161
- READSB_NET_CONNECTOR=${ADSBLOL_ADDITIONAL_NET_CONNECTOR}
6262
- MLAT_CONFIG=${ADSBLOL_ADDITIONAL_MLAT_CONFIG}
6363
- MLATHUB_NET_CONNECTOR=${MLATHUB_NET_CONNECTOR}

0 commit comments

Comments
 (0)