Add port to service
This commit is contained in:
parent
907572c37a
commit
348d5ec92c
|
@ -31,6 +31,8 @@ job "docs" {
|
|||
service {
|
||||
tags = ["leader", "mysql"]
|
||||
|
||||
port = "db"
|
||||
|
||||
check {
|
||||
type = "tcp"
|
||||
port = "db"
|
||||
|
|
Loading…
Reference in New Issue