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

@@ -125,3 +125,11 @@ resource "docker_volume" "truenas-arr" {
}
}
resource "docker_volume" "truenas-cache" {
name = "truenas-cache"
driver_opts = {
type = "cifs",
device = "//172.20.0.188/docker-app-cache"
o = "username=dqnap,password=vPKnUmApyQRE5$n,file_mode=0777,dir_mode=0777"
}
}