From cca450ac7960c8e182e23e25dff3c44537395dd7 Mon Sep 17 00:00:00 2001 From: mzac Date: Tue, 28 Jul 2020 13:14:28 -0400 Subject: [PATCH] Update README.md In docker run -name should be --name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1af7295b6..4e5a1d292 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ You see multiple bounding boxes because it draws bounding boxes from all frames Run the container with ```bash docker run --rm \ --name frigate \ +--name frigate \ --privileged \ --shm-size=512m \ # should work for a 2-3 cameras -v /dev/bus/usb:/dev/bus/usb \