mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
More instances changed
This commit is contained in:
parent
8d2b8fb09d
commit
a205160958
@ -44,7 +44,7 @@ services:
|
|||||||
frigate:
|
frigate:
|
||||||
...
|
...
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/your/config.yml:/config/config.yml:ro
|
- /path/to/your/config.yml:/config/config.yml:rw
|
||||||
- /path/to/your/storage:/media/frigate
|
- /path/to/your/storage:/media/frigate
|
||||||
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
|
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
|
||||||
target: /tmp/cache
|
target: /tmp/cache
|
||||||
@ -61,7 +61,7 @@ services:
|
|||||||
frigate:
|
frigate:
|
||||||
...
|
...
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/your/config.yml:/config/config.yml:ro
|
- /path/to/your/config.yml:/config/config.yml:rw
|
||||||
- /path/to/network/storage:/media/frigate
|
- /path/to/network/storage:/media/frigate
|
||||||
- /path/to/local/disk:/db
|
- /path/to/local/disk:/db
|
||||||
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
|
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
|
||||||
@ -141,7 +141,7 @@ docker run -d \
|
|||||||
--device /dev/dri/renderD128 \
|
--device /dev/dri/renderD128 \
|
||||||
--shm-size=64m \
|
--shm-size=64m \
|
||||||
-v /path/to/your/storage:/media/frigate \
|
-v /path/to/your/storage:/media/frigate \
|
||||||
-v /path/to/your/config.yml:/config/config.yml:ro \
|
-v /path/to/your/config.yml:/config/config.yml:rw \
|
||||||
-v /etc/localtime:/etc/localtime:ro \
|
-v /etc/localtime:/etc/localtime:ro \
|
||||||
-e FRIGATE_RTSP_PASSWORD='password' \
|
-e FRIGATE_RTSP_PASSWORD='password' \
|
||||||
-p 5000:5000 \
|
-p 5000:5000 \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user