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