mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 05:40:10 +00:00
Add warning about docker compose version for hotplug
This commit is contained in:
parent
a5d750683c
commit
5b4c9910ae
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ You need to make sure that the USB device can be accessed by the container. The
|
||||||
- /dev:/dev:ro
|
- /dev:/dev:ro
|
||||||
```
|
```
|
||||||
|
|
||||||
The advantage of doing this (over simply adding a `device:` directive pointing at the USB port) is that the construction above will automatically recover if you "hot plug" your dongle.
|
The advantage of doing this (over simply adding a `device:` directive pointing at the USB port) is that the construction above will automatically recover if you "hot plug" your dongle. ⚠️This feature requires a recent version of docker-compose (version >=2.3). Make sure your system is up to date if dongles are not found. ⚠️
|
||||||
|
|
||||||
#### Basic Ultrafeeder Parameters
|
#### Basic Ultrafeeder Parameters
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue