Skip to content

Commit

Permalink
Fixup example
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael committed Jun 22, 2017
1 parent 5d7fba4 commit fe3bb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/example_weave.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit fe3bb07

Please sign in to comment.