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

Update README.md

This commit is contained in:
kx1t 2024-03-19 13:14:50 -04:00 committed by GitHub
parent 8e35cd9624
commit 357a77ef43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -166,7 +166,7 @@ You need to make sure that the USB device can be accessed by the container. The
- 'c 189:* rwm'
...
volumes:
- /dev:/dev:ro
- /dev:/dev:rw
```
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. ⚠️