This commit is contained in:
Marc Fokkert
2025-12-14 08:53:43 +01:00
parent 30d3f07340
commit 0549c37f64
4 changed files with 15 additions and 2 deletions

View File

@@ -43,6 +43,11 @@ resource "docker_container" "jellyfin" {
volume_name = docker_volume.truenas-arr.name
}
volumes {
container_path = "/truenas-cache"
volume_name = docker_volume.truenas-cache.name
}
devices {
host_path = "/dev/dri/renderD128"
container_path = "/dev/dri/renderD128"