1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-21 13:23:09 +00:00

make ldap port configurable

fix startup for grapi

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2019-01-28 20:29:09 +01:00
parent 6a14fbe174
commit 32fe88e5d8
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -297,6 +297,7 @@ FQDN=$FQDN
EMAIL=$EMAIL
HTTP=80
HTTPS=443
LDAPPORT=389
# Settings for test environments
EXTRAHOSTS=$FQDN:$(ip route get 1 | sed -n 's/^.*src \([0-9.]*\) .*$/\1/p')