mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-18 13:47:20 +02:00
Update README.md
In docker run -name should be --name
This commit is contained in:
parent
53ccc903da
commit
cca450ac79
@ -19,7 +19,7 @@ You see multiple bounding boxes because it draws bounding boxes from all frames
|
|||||||
Run the container with
|
Run the container with
|
||||||
```bash
|
```bash
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-name frigate \
|
--name frigate \
|
||||||
--privileged \
|
--privileged \
|
||||||
--shm-size=512m \ # should work for a 2-3 cameras
|
--shm-size=512m \ # should work for a 2-3 cameras
|
||||||
-v /dev/bus/usb:/dev/bus/usb \
|
-v /dev/bus/usb:/dev/bus/usb \
|
||||||
|
Loading…
Reference in New Issue
Block a user