From 3c708d767200c912cfb619f397ff32790079d2f5 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 13 Jan 2023 06:20:49 -0700 Subject: [PATCH] Update docs to point to ghcr (#5053) * Update install docs to point to ghcr * Update hwaccel image mention --- docs/docs/configuration/hardware_acceleration.md | 2 +- docs/docs/frigate/installation.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/configuration/hardware_acceleration.md b/docs/docs/configuration/hardware_acceleration.md index 3bd44fb1e..93fb568f2 100644 --- a/docs/docs/configuration/hardware_acceleration.md +++ b/docs/docs/configuration/hardware_acceleration.md @@ -57,7 +57,7 @@ If you have multiple Nvidia graphic card, you can add them with their ids obtain services: frigate: ... - image: blakeblackshear/frigate:stable + image: ghcr.io/blakeblackshear/frigate:stable deploy: # <------------- Add this section resources: reservations: diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index aae147964..9e8f68614 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -103,7 +103,7 @@ services: container_name: frigate privileged: true # this may not be necessary for all setups restart: unless-stopped - image: blakeblackshear/frigate:stable + image: ghcr.io/blakeblackshear/frigate:stable shm_size: "64mb" # update for your cameras based on calculation above devices: - /dev/bus/usb:/dev/bus/usb # passes the USB Coral, needs to be modified for other versions @@ -139,8 +139,8 @@ docker run -d \ -v /etc/localtime:/etc/localtime:ro \ -e FRIGATE_RTSP_PASSWORD='password' \ -p 5000:5000 \ - -p 1935:1935 \ - blakeblackshear/frigate:stable + -p 8554:8554 \ + ghcr.io/blakeblackshear/frigate:stable ``` ## Home Assistant Operating System (HassOS)