mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 05:40:10 +00:00
intermediate push
This commit is contained in:
parent
aba8cab58e
commit
2ce5824dee
1 changed files with 2 additions and 2 deletions
|
@ -292,7 +292,7 @@ It will create a separate instance of `mlat-client` for each defined MLAT server
|
|||
```yaml
|
||||
environment:
|
||||
...
|
||||
- MLAT_CONFIG=
|
||||
- MLAT_NET_CONNECTOR=
|
||||
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
|
||||
...
|
||||
|
@ -308,7 +308,7 @@ where:
|
|||
|
||||
Note - the three optional parameters (`return_port`, `uuid=`, and `extra-arguments`) can be given in any order.
|
||||
|
||||
If no UUID is specified with the `MLAT_CONFIG` parameter, it will use the value of the `UUID` parameter if it exists. If that fails, no UUID parameter is included with `mlat-client`.
|
||||
If no UUID is specified with the `MLAT_CONFIG` parameter, it will use the value of the `UUID` parameter if it exists. If that fails, no UUID parameter is included with `mlat-client`.
|
||||
|
||||
### Web Gui (`tar1090`) Configuration
|
||||
|
||||
|
|
Loading…
Reference in a new issue