Create the static host volume for the new NFS
This commit is contained in:
@@ -15,4 +15,10 @@ client {
|
||||
host_volume "registry" {
|
||||
path = "/opt/volumes/registry"
|
||||
read_only = false
|
||||
}
|
||||
}
|
||||
|
||||
host_volume "nfs" {
|
||||
path = "/opt/volumes/nfs"
|
||||
read_only = false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user