jellyfin: update for proper use of Intel QSV.
This commit is contained in:
@@ -3,6 +3,10 @@ services:
|
|||||||
image: nyanmisaka/jellyfin:latest
|
image: nyanmisaka/jellyfin:latest
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
network_mode: 'host'
|
network_mode: 'host'
|
||||||
|
group_add:
|
||||||
|
# needs mapping from localhost, i.e. `getent group render | cut -d: -f3`.
|
||||||
|
# also probably needs manual `groupadd -g 993 render` inside.
|
||||||
|
- '993'
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/jellyfin:/config
|
- /opt/jellyfin:/config
|
||||||
- jellyfin-cache:/cache
|
- jellyfin-cache:/cache
|
||||||
|
|||||||
Reference in New Issue
Block a user