Update README.md

In docker run -name should be --name
This commit is contained in:
mzac 2020-07-28 13:14:28 -04:00 committed by GitHub
parent 53ccc903da
commit cca450ac79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \