2024-12-03, 02:36 PM 
		
	
	
		Right, you said it wouldn't start.  Does Docker give you any info when you attempt to start it?
We can try simplifying the device section. You don't need to specify the actual render device. You can pass in the whole directory.
If it still fails to start.
	
	  
	
	
We can try simplifying the device section. You don't need to specify the actual render device. You can pass in the whole directory.
Code:
devices:
- /dev/dri:dev/driCode:
docker compose up -d jellyfinIf it still fails to start.
Code:
ls -l /dev/dri/
sudo journalctl -u docker -n 200 --no-pager
