Add port to service

This commit is contained in:
Seth Vargo 2016-10-31 16:47:08 -04:00
parent 907572c37a
commit 348d5ec92c
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
1 changed files with 2 additions and 0 deletions

View File

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