From 708c3278bfba8af9d9891d42a11480c6087a8a28 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Tue, 8 Dec 2020 07:24:14 -0600 Subject: [PATCH] make shm consistent with compose --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 137c212f47..9bd236355f 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,6 @@ If you can't use docker compose, you can run the container with something simila docker run --rm \ --name frigate \ --privileged \ ---shm-size=50m \ --mount type=tmpfs,target=/tmp/cache,tmpfs-size=100000000 \ -v /dev/bus/usb:/dev/bus/usb \ -v :/media/frigate/clips \