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