Add new jellyfin instance on proxmox
This commit is contained in:
@@ -82,3 +82,12 @@ resource "docker_volume" "truenas-photoprism-tineke-data" {
|
||||
}
|
||||
}
|
||||
|
||||
resource "docker_volume" "truenas-arr" {
|
||||
name = "truenas-arr"
|
||||
driver_opts = {
|
||||
type = "cifs",
|
||||
device = "//172.20.0.188/arr-media"
|
||||
o = "username=dqnap,password=vPKnUmApyQRE5$n,file_mode=0777,dir_mode=0777"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user