From be8efc8d692ec389c54f8149890692d28108d4dd Mon Sep 17 00:00:00 2001 From: Carsten Date: Tue, 29 Oct 2024 18:55:23 +0100 Subject: [PATCH] docs: only mount usb subsystem --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eceeaa9..eec5fa4 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ You need to make sure that the USB device can be accessed by the container. The - 'c 189:* rwm' ... volumes: - - /dev:/dev:rw + - /dev/bus/usb:/dev/bus/usb: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. ⚠️