2024-04-29, 03:22 PM
(This post was last modified: 2024-04-29, 03:55 PM by TheDreadPirate. Edited 1 time in total.)
Sorry, I'm new - below is my docker compose. Is there a driver I need to install on the host (Intel N100), or anything else I need in the compose file to get this to work?
Let me know if any other details would help!! Many thanks for your support with this.[/color]
Let me know if any other details would help!! Many thanks for your support with this.[/color]
Code:
---
name: jellyfin
services:
jellyfin:
devices:
- /dev/dri:/dev/dri
image: linuxserver/jellyfin:10.8.13
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/jellyfin/config
target: /config
- type: bind
source: /mnt/nas/Media
target: /Media
- type: bind
source: /opt/vc/lib
target: /opt/vc/lib
network_mode: bridge
privileged: false