From 17ba1e9e2089151894fbd98527ed348be04e8b3c Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Fri, 6 Sep 2019 08:44:37 -0400 Subject: [PATCH] fix host volume path --- website/source/guides/stateful-workloads/host-volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/guides/stateful-workloads/host-volumes.md b/website/source/guides/stateful-workloads/host-volumes.md index d92b88a6d..1475b44fb 100644 --- a/website/source/guides/stateful-workloads/host-volumes.md +++ b/website/source/guides/stateful-workloads/host-volumes.md @@ -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 } ```