Update jellyfin to add hdd storage
Add vikunja
This commit is contained in:
@@ -44,6 +44,12 @@ resource "docker_container" "jellyfin" {
|
||||
type = "bind"
|
||||
}
|
||||
|
||||
mounts {
|
||||
target = "/media-hdd"
|
||||
source = "/share/datarr-hdd/media"
|
||||
type = "bind"
|
||||
}
|
||||
|
||||
devices {
|
||||
host_path = "/dev/dri/renderD128"
|
||||
container_path = "/dev/dri/renderD128"
|
||||
|
||||
Reference in New Issue
Block a user