mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
Fixup example
This commit is contained in:
@@ -81,7 +81,7 @@ job "weave-example" {
|
||||
name = "container-script"
|
||||
type = "script"
|
||||
command = "/usr/local/bin/redis-cli"
|
||||
args = ["-h", "\${NOMAD_DRIVER_IP_db}", "-p", "\${NOMAD_DRIVER_PORT_db}", "QUIT"]
|
||||
args = ["-p", "\${NOMAD_PORT_db}", "QUIT"]
|
||||
interval = "10s"
|
||||
timeout = "2s"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user