From ce1fdc0dfc4dea35e40dc50ead83a8a9857e9aa3 Mon Sep 17 00:00:00 2001 From: Ricardo Martins <1706+meqif@users.noreply.github.com> Date: Mon, 29 Jun 2020 13:27:45 +0100 Subject: [PATCH] docs: fix typo in upgrade instructions (#8301) The suggested plugin configuration to re-enable Docker volumes was erroneously using the singlular `volume` instead of the correct `volumes`, making the client fail to parse the configuration and causing it not to start. --- website/pages/docs/upgrade/upgrade-specific.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/upgrade/upgrade-specific.mdx b/website/pages/docs/upgrade/upgrade-specific.mdx index 917ea8cec..94bdaab1f 100644 --- a/website/pages/docs/upgrade/upgrade-specific.mdx +++ b/website/pages/docs/upgrade/upgrade-specific.mdx @@ -34,7 +34,7 @@ the following to the nomad client config file: ```hcl plugin "docker" { config { - volume { + volumes { enabled = true } }