Update
Move zigbee2mqtt and mosquitto off qnap Add truenass-arr volume (test)
This commit is contained in:
@@ -48,3 +48,11 @@ resource "docker_network" "host" {
|
||||
name = "host"
|
||||
}
|
||||
|
||||
resource "docker_volume" "truenas-arr" {
|
||||
name = "truenas-arr"
|
||||
driver_opts = {
|
||||
type = "cifs",
|
||||
device = "//truenas.local/arr-media"
|
||||
o = "addr=truenas.local,username=dqnap,password=vPKnUmApyQRE5$n,file_mode=0777,dir_mode=0777"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user