mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	docker-compose.yml: remove :ro for config.yml (#6086)
				
					
				
			This should be editable by default from the UI
This commit is contained in:
		
							parent
							
								
									6986949d84
								
							
						
					
					
						commit
						a218d2f6ff
					
				@ -27,7 +27,7 @@ services:
 | 
			
		||||
      - .:/workspace/frigate:cached
 | 
			
		||||
      - ./web/dist:/opt/frigate/web:cached
 | 
			
		||||
      - /etc/localtime:/etc/localtime:ro
 | 
			
		||||
      - ./config/config.yml:/config/config.yml:ro
 | 
			
		||||
      - ./config/config.yml:/config/config.yml
 | 
			
		||||
      - ./debug:/media/frigate
 | 
			
		||||
      # Create the trt-models folder using the documented method of generating TRT models
 | 
			
		||||
      # - ./debug/trt-models:/trt-models
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user