1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 13:50:46 +00:00

chore: README: correct ULTRAFEEDER_CONFIG typos

This commit is contained in:
Adam James 2024-07-20 02:23:19 +01:00 committed by GitHub
parent 30ed67a4c1
commit b47ad6ce63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -410,7 +410,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
@ -814,7 +814,7 @@ services:
- "host.docker.internal:host-gateway"
...
environment:
ULTRAFEEDER-CONFIG=
ULTRAFEEDER_CONFIG=
gpsd,host.docker.internal,2947;
...
```