mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
Update client2.hcl
This commit is contained in:
@@ -12,17 +12,9 @@ client {
|
||||
# this should be like "nomad.service.consul:4647" and a system
|
||||
# like Consul used for service discovery.
|
||||
servers = ["127.0.0.1:4647"]
|
||||
|
||||
options {
|
||||
"driver.raw_exec.enable" = "1"
|
||||
}
|
||||
}
|
||||
|
||||
# Modify our port to avoid a collision with server1 and client1
|
||||
ports {
|
||||
http = 5657
|
||||
}
|
||||
|
||||
advertise {
|
||||
http = "127.0.1.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user