mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 05:10:12 +00:00
fix typo
This commit is contained in:
parent
b3233d66c4
commit
8b897d4b85
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ It will create a separate instance of `mlat-client` for each defined MLAT server
|
|||
```yaml
|
||||
environment:
|
||||
...
|
||||
- ULTRAFEEDERCONFIG=
|
||||
- ULTRAFEEDER_CONFIG=
|
||||
...
|
||||
mlat,mlat-server1.com,port1,return_port1,uuid=1234-5678-90123,inputconnect=remote_receiver1:30005,lat=12.3456,lon=45.6789,alt=18m,--arg1 hello --arg2 world;
|
||||
mlat,mlat-server2.com,port2,return_port2,uuid=5678-9012-34567,inputconnect=remote_receiver2:30005,-lat=12.3456,lon=45.6789,alt=18m,--arg1 hello-again --arg2 universe
|
||||
|
|
Loading…
Reference in a new issue