Unverified Commit e2ce1eb2 authored by Mahmood Ali's avatar Mahmood Ali Committed by GitHub
Browse files

Merge pull request #6809 from hoh/patch-1

docs: port name requires quotes in hcl
Showing with 2 additions and 2 deletions
+2 -2
......@@ -567,13 +567,13 @@ job "example" {
service {
name = "ipv6-redis"
port = db
port = "db"
check {
name = "ipv6-redis-check"
type = "tcp"
interval = "10s"
timeout = "2s"
port = db
port = "db"
address_mode = "driver"
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment