fix host volume path
This commit is contained in:
parent
b460271de5
commit
17ba1e9e20
|
@ -107,7 +107,7 @@ Add the following to the `client` stanza of your Nomad configuration:
|
|||
|
||||
```hcl
|
||||
host_volume "mysql" {
|
||||
path = "/data/mysql"
|
||||
path = "/opt/mysql/data"
|
||||
read_only = false
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue