Fixup example

This commit is contained in:
Michael Schurter
2017-06-21 17:17:30 -07:00
parent 5d7fba4f54
commit fe3bb07e80

View File

@@ -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"
}