mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-27 13:47:50 +02:00
docker-compose update
This commit is contained in:
parent
a1cc9ad1f0
commit
09eae34f5e
@ -65,12 +65,12 @@ It is recommended to run with docker-compose:
|
|||||||
container_name: frigate
|
container_name: frigate
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
privileged: true
|
privileged: true
|
||||||
image: blakeblackshear/frigate:stable-amd64
|
image: blakeblackshear/frigate:0.8.0-beta1-amd64
|
||||||
volumes:
|
volumes:
|
||||||
- /dev/bus/usb:/dev/bus/usb
|
- /dev/bus/usb:/dev/bus/usb
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- <path_to_config>:/config
|
- <path_to_config>:/config
|
||||||
- <path_to_directory_for_clips>:/clips
|
- <path_to_directory_for_clips>:/medi/frigate
|
||||||
- type: tmpfs # 1GB of memory, reduces SSD/SD Card wear
|
- type: tmpfs # 1GB of memory, reduces SSD/SD Card wear
|
||||||
target: /cache
|
target: /cache
|
||||||
tmpfs:
|
tmpfs:
|
||||||
|
Loading…
Reference in New Issue
Block a user