Add port to service

This commit is contained in:
Seth Vargo
2016-10-31 16:47:08 -04:00
parent bb93770720
commit 4f76aef438

View File

@@ -31,6 +31,8 @@ job "docs" {
service {
tags = ["leader", "mysql"]
port = "db"
check {
type = "tcp"
port = "db"