1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-11-25 15:20:10 +00:00

intermediate push

This commit is contained in:
kx1t 2023-04-18 14:14:46 -04:00
parent aba8cab58e
commit 2ce5824dee

View file

@ -292,7 +292,7 @@ It will create a separate instance of `mlat-client` for each defined MLAT server
```yaml ```yaml
environment: environment:
... ...
- MLAT_CONFIG= - MLAT_NET_CONNECTOR=
mlat-server1.com,port1,return_port1,uuid=1234-5678-90123,--extra-argument hello; mlat-server1.com,port1,return_port1,uuid=1234-5678-90123,--extra-argument hello;
mlat-server2.com,port2,return_port2,uuid=5678-9012-34567,--extra-argument hello mlat-server2.com,port2,return_port2,uuid=5678-9012-34567,--extra-argument hello
... ...