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.
This commit is contained in:
Ricardo Martins
2020-06-29 13:27:45 +01:00
committed by GitHub
parent 6cf10e7d1a
commit c2321bb90b

View File

@@ -34,7 +34,7 @@ the following to the nomad client config file:
```hcl
plugin "docker" {
config {
volume {
volumes {
enabled = true
}
}