I followed the instructions to the line here. Using my environment:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.4 LTS
Release: 20.04
Codename: focal
Note: System is up to date:
dpkg-query -l | grep docker
ii docker-compose 1.25.0-1 all Punctual, lightweight development environments using Docker
ii docker.io 20.10.7-0ubuntu5~20.04.2 amd64 Linux container runtime
ii python3-docker 4.1.0-1 all Python 3 wrapper to access docker.io's control socket
ii python3-dockerpty 0.4.1-2 all Pseudo-tty handler for docker Python client (Python 3.x)
docker-compose up -d --remove-orphans
ERROR: The Compose file './docker-compose.yml' is invalid because:
Unsupported config option for services.jellyfin: 'group_add'
There seems to be some discussion of this option not being available around the place for various things, some people say it is and some people say its not. I guess the documentation might need an update?
I found simply not even including the group or user directives made the QSV work with my iGPU (or at least, I believe is now working; judging from the fact I get no more errors and my container hosts fan doesn't sound like it's going to explode while trans-coding like it did before). Any way to verify inside the container would be super).
Hi all,
I followed the instructions to the line here. Using my environment:
Note: System is up to date:
My compose file snip:
To be met with:
There seems to be some discussion of this option not being available around the place for various things, some people say it is and some people say its not. I guess the documentation might need an update?
I found simply not even including the group or user directives made the QSV work with my iGPU (or at least, I believe is now working; judging from the fact I get no more errors and my container hosts fan doesn't sound like it's going to explode while trans-coding like it did before). Any way to verify inside the container would be super).
I can make an update to the documentation mentioning something like this if you like?