Use explicit lldap ports so that connect proxy can find them
This commit is contained in:
parent
2db266bda7
commit
86b472435c
@ -9,10 +9,12 @@ job "lldap" {
|
||||
|
||||
port "web" {
|
||||
host_network = "loopback"
|
||||
to = 17170
|
||||
}
|
||||
|
||||
port "ldap" {
|
||||
host_network = "loopback"
|
||||
to = 3890
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user