From 85ed8c6432b139bb56616387ffa3c9ee00561396 Mon Sep 17 00:00:00 2001 From: GuoQing Liu <842607283@qq.com> Date: Sun, 22 Feb 2026 02:19:21 +0800 Subject: [PATCH] docs: fix image address (#22067) --- docs/docs/frigate/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index b62c3c574..4e0844e17 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -709,7 +709,7 @@ To allow Frigate to use the Apple Silicon Neural Engine / Processing Unit (NPU) services: frigate: container_name: frigate - image: ghcr.io/blakeblackshear/frigate:stable-arm64 + image: ghcr.io/blakeblackshear/frigate:stable-standard-arm64 restart: unless-stopped shm_size: "512mb" # update for your cameras based on calculation above volumes: @@ -727,4 +727,4 @@ services: - "host.docker.internal:host-gateway" # Required to talk to the NPU detector environment: - FRIGATE_RTSP_PASSWORD: "password" -``` \ No newline at end of file +```