More instances changed

This commit is contained in:
Sean Kelly 2023-01-26 23:18:24 -08:00 committed by GitHub
parent 8d2b8fb09d
commit a205160958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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