diff --git a/docker-compose.yml b/docker-compose.yml index fbb1ffe..852d4c0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,4 +17,8 @@ services: - JELLYFIN_PublishedServerUrl=http://jellyfin.maison # Optional - may be necessary for docker healthcheck to pass if running in host network mode extra_hosts: - - 'host.docker.internal:host-gateway' \ No newline at end of file + - 'host.docker.internal:host-gateway' + group_add: + - '993' + devices: + - /dev/dri/renderD129:/dev/dri/renderD129 \ No newline at end of file