1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +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 -1
View File
@@ -22,7 +22,7 @@ services:
image: ${docker_repo:?err}/kopano_ldap_demo
container_name: ldap
ports:
- 389:389
- ${LDAPPORT:-389}:389
environment:
- LDAP_ORGANISATION=${LDAP_ORGANISATION}
- LDAP_DOMAIN=${LDAP_DOMAIN}