itamae/cookbooks/nomad/files/etc/nomad.d/client.hcl

14 lines
141 B
HCL
Raw Normal View History

2021-04-30 05:50:09 +00:00
# /etc/nomad.d/server.hcl
client {
enabled = true
}
plugin "docker" {
config {
volumes {
enabled = true
}
}
}