summarylogtreecommitdiffstats
path: root/nomad-client.conf
blob: 1357ec561024ab70c23628aa1fca7ec9b7ecbb32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# https://www.nomadproject.io/docs/agent/config.html

bind_addr = "0.0.0.0"
data_dir = "/var/lib/nomad"

leave_on_interrupt = true
leave_on_terminate = true

disable_update_check = true

client {
  servers = []
}