Use the hostname for the unraid server rather than the IP
This commit is contained in:
@@ -18,7 +18,7 @@ resource "nomad_csi_volume_registration" "unraid_transfer" {
|
||||
}
|
||||
|
||||
context = {
|
||||
source = "//192.168.1.192/transfer"
|
||||
source = "//betelgeuse-seven-unraid.lan/transfer"
|
||||
}
|
||||
|
||||
secrets = {
|
||||
@@ -43,7 +43,7 @@ resource "nomad_csi_volume_registration" "unraid_appdata_transferfilebrowser" {
|
||||
}
|
||||
|
||||
context = {
|
||||
source = "//192.168.1.192/appdata"
|
||||
source = "//betelgeuse-seven-unraid.lan/appdata"
|
||||
subDir = "transferfilebrowser" # Note: Needs to be manually created on the share
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user