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 8f41747645
commit ce1fdc0dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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