mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Update docs to point to ghcr (#5053)
* Update install docs to point to ghcr * Update hwaccel image mention
This commit is contained in:
		
							parent
							
								
									b4fb6086b3
								
							
						
					
					
						commit
						3c708d7672
					
				@ -57,7 +57,7 @@ If you have multiple Nvidia graphic card, you can add them with their ids obtain
 | 
				
			|||||||
services:
 | 
					services:
 | 
				
			||||||
  frigate:
 | 
					  frigate:
 | 
				
			||||||
    ...
 | 
					    ...
 | 
				
			||||||
    image: blakeblackshear/frigate:stable
 | 
					    image: ghcr.io/blakeblackshear/frigate:stable
 | 
				
			||||||
    deploy:    # <------------- Add this section
 | 
					    deploy:    # <------------- Add this section
 | 
				
			||||||
      resources:
 | 
					      resources:
 | 
				
			||||||
        reservations:
 | 
					        reservations:
 | 
				
			||||||
 | 
				
			|||||||
@ -103,7 +103,7 @@ services:
 | 
				
			|||||||
    container_name: frigate
 | 
					    container_name: frigate
 | 
				
			||||||
    privileged: true # this may not be necessary for all setups
 | 
					    privileged: true # this may not be necessary for all setups
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    image: blakeblackshear/frigate:stable
 | 
					    image: ghcr.io/blakeblackshear/frigate:stable
 | 
				
			||||||
    shm_size: "64mb" # update for your cameras based on calculation above
 | 
					    shm_size: "64mb" # update for your cameras based on calculation above
 | 
				
			||||||
    devices:
 | 
					    devices:
 | 
				
			||||||
      - /dev/bus/usb:/dev/bus/usb # passes the USB Coral, needs to be modified for other versions
 | 
					      - /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 \
 | 
					  -v /etc/localtime:/etc/localtime:ro \
 | 
				
			||||||
  -e FRIGATE_RTSP_PASSWORD='password' \
 | 
					  -e FRIGATE_RTSP_PASSWORD='password' \
 | 
				
			||||||
  -p 5000:5000 \
 | 
					  -p 5000:5000 \
 | 
				
			||||||
  -p 1935:1935 \
 | 
					  -p 8554:8554 \
 | 
				
			||||||
  blakeblackshear/frigate:stable
 | 
					  ghcr.io/blakeblackshear/frigate:stable
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Home Assistant Operating System (HassOS)
 | 
					## Home Assistant Operating System (HassOS)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user