From 5b4c9910aeef99300b16341f0e43fd5da0e49107 Mon Sep 17 00:00:00 2001 From: John Norrbin Date: Fri, 21 Apr 2023 17:44:26 +0200 Subject: [PATCH] Add warning about docker compose version for hotplug --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7cb2d0..59227c1 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ You need to make sure that the USB device can be accessed by the container. The - /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