fix ldap port

This commit is contained in:
vincent 2023-11-18 11:02:56 +01:00
parent 32f0d93194
commit 969141ce60

View File

@ -16,7 +16,7 @@ job "lldap" {
mode = "host"
port "ldap" {
to = 3890
static = 3890
static = 389
}
port "http" {
to = 17170