mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	make shm consistent with compose
This commit is contained in:
		
							parent
							
								
									c0249f6e59
								
							
						
					
					
						commit
						708c3278bf
					
				@ -112,7 +112,6 @@ If you can't use docker compose, you can run the container with something simila
 | 
				
			|||||||
docker run --rm \
 | 
					docker run --rm \
 | 
				
			||||||
--name frigate \
 | 
					--name frigate \
 | 
				
			||||||
--privileged \
 | 
					--privileged \
 | 
				
			||||||
--shm-size=50m \
 | 
					 | 
				
			||||||
--mount type=tmpfs,target=/tmp/cache,tmpfs-size=100000000 \
 | 
					--mount type=tmpfs,target=/tmp/cache,tmpfs-size=100000000 \
 | 
				
			||||||
-v /dev/bus/usb:/dev/bus/usb \
 | 
					-v /dev/bus/usb:/dev/bus/usb \
 | 
				
			||||||
-v <path_to_directory_for_clips>:/media/frigate/clips \
 | 
					-v <path_to_directory_for_clips>:/media/frigate/clips \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user