Merge pull request #6289 from hashicorp/docs-fix-host-volume-path

Fix host volume path
This commit is contained in:
Luiz Aoqui 2019-09-06 09:02:38 -04:00 committed by GitHub
commit b4d8312a8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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