mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Updated docker command line...
...to correspond with 0.8.0 feature set.
This commit is contained in:
parent
afd8aefac2
commit
c0249f6e59
11
README.md
11
README.md
@ -112,12 +112,17 @@ 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 <path_to_config_dir>:/config:ro \
|
||||
-v <path_to_directory_for_clips>:/media/frigate/clips \
|
||||
-v <path_to_directory_for_recordings>:/media/frigate/recordings \
|
||||
-v <path_to_config>:/config:ro \
|
||||
-v /etc/localtime:/etc/localtime:ro \
|
||||
-p 5000:5000 \
|
||||
-e FRIGATE_RTSP_PASSWORD='password' \
|
||||
blakeblackshear/frigate:stable-amd64
|
||||
-p 5000:5000 \
|
||||
-p 1935:1935 \
|
||||
blakeblackshear/frigate:0.8.0-beta1-amd64
|
||||
```
|
||||
|
||||
### Kubernetes
|
||||
|
Loading…
Reference in New Issue
Block a user