Yesterday, 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/dri
Code:
docker compose up -d jellyfin
If it still fails to start.
Code:
ls -l /dev/dri/
sudo journalctl -u docker -n 200 --no-pager