14 lines
141 B
HCL
14 lines
141 B
HCL
|
# /etc/nomad.d/server.hcl
|
||
|
|
||
|
client {
|
||
|
enabled = true
|
||
|
}
|
||
|
|
||
|
plugin "docker" {
|
||
|
config {
|
||
|
volumes {
|
||
|
enabled = true
|
||
|
}
|
||
|
}
|
||
|
}
|