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:
parent
8f41747645
commit
ce1fdc0dfc
|
@ -34,7 +34,7 @@ the following to the nomad client config file:
|
|||
```hcl
|
||||
plugin "docker" {
|
||||
config {
|
||||
volume {
|
||||
volumes {
|
||||
enabled = true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue