fix host volume path

This commit is contained in:
Luiz Aoqui 2019-09-06 08:44:37 -04:00
parent b460271de5
commit 17ba1e9e20
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
```