Merge pull request #1606 from karoltheguy/patch-1

Update nvidia.md ldconfig command
This commit is contained in:
BotBlake
2026-08-05 05:56:10 +02:00
committed by GitHub
@@ -374,7 +374,7 @@ Root permission is required.
5. Update dynamic links and restart the Docker service:
```shell
docker exec -it jellyfin ldconfig
docker exec -it --user root jellyfin ldconfig
sudo systemctl restart docker
```