mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-10 02:29:19 +03:00
docs: fix image address (#22067)
This commit is contained in:
parent
f0d69f7856
commit
85ed8c6432
@ -709,7 +709,7 @@ To allow Frigate to use the Apple Silicon Neural Engine / Processing Unit (NPU)
|
|||||||
services:
|
services:
|
||||||
frigate:
|
frigate:
|
||||||
container_name: frigate
|
container_name: frigate
|
||||||
image: ghcr.io/blakeblackshear/frigate:stable-arm64
|
image: ghcr.io/blakeblackshear/frigate:stable-standard-arm64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
shm_size: "512mb" # update for your cameras based on calculation above
|
shm_size: "512mb" # update for your cameras based on calculation above
|
||||||
volumes:
|
volumes:
|
||||||
@ -727,4 +727,4 @@ services:
|
|||||||
- "host.docker.internal:host-gateway" # Required to talk to the NPU detector
|
- "host.docker.internal:host-gateway" # Required to talk to the NPU detector
|
||||||
environment:
|
environment:
|
||||||
- FRIGATE_RTSP_PASSWORD: "password"
|
- FRIGATE_RTSP_PASSWORD: "password"
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user