mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Merge pull request #6809 from hoh/patch-1
docs: port name requires quotes in hcl
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user