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