Modify `/etc/nomad.d/client.hcl`:
``` --- a/cookbooks/nomad/files/etc/nomad.d/client.hcl +++ b/cookbooks/nomad/files/etc/nomad.d/client.hcl @@ -1,13 +1,3 @@ -# /etc/nomad.d/server.hcl - client { - enabled = true -} - -plugin "docker" { - config { - volumes { - enabled = true - } - } + enabled = true } ```
This commit is contained in:
parent
935f773bca
commit
5e176ff230
|
@ -1,13 +1,3 @@
|
||||||
# /etc/nomad.d/server.hcl
|
|
||||||
|
|
||||||
client {
|
client {
|
||||||
enabled = true
|
enabled = true
|
||||||
}
|
}
|
||||||
|
|
||||||
plugin "docker" {
|
|
||||||
config {
|
|
||||||
volumes {
|
|
||||||
enabled = true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue