mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	Fix ffmpeg path on ARM docker image
This commit is contained in:
		
							parent
							
								
									0cd7cd611e
								
							
						
					
					
						commit
						9dda2ffc91
					
				@ -128,6 +128,7 @@
 | 
				
			|||||||
 - [xosdy](https://github.com/xosdy)
 | 
					 - [xosdy](https://github.com/xosdy)
 | 
				
			||||||
 - [XVicarious](https://github.com/XVicarious)
 | 
					 - [XVicarious](https://github.com/XVicarious)
 | 
				
			||||||
 - [YouKnowBlom](https://github.com/YouKnowBlom)
 | 
					 - [YouKnowBlom](https://github.com/YouKnowBlom)
 | 
				
			||||||
 | 
					 - [KristupasSavickas](https://github.com/KristupasSavickas)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Emby Contributors
 | 
					# Emby Contributors
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -74,4 +74,4 @@ VOLUME /cache /config /media
 | 
				
			|||||||
ENTRYPOINT ["./jellyfin/jellyfin", \
 | 
					ENTRYPOINT ["./jellyfin/jellyfin", \
 | 
				
			||||||
    "--datadir", "/config", \
 | 
					    "--datadir", "/config", \
 | 
				
			||||||
    "--cachedir", "/cache", \
 | 
					    "--cachedir", "/cache", \
 | 
				
			||||||
    "--ffmpeg", "/usr/lib/jellyfin-ffmpeg"]
 | 
					    "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg"]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user