1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-18 13:26:24 +00:00

fix self-service binddn access config; use fixed container version for ssp

This commit is contained in:
Christian Günther 2019-01-04 12:38:08 +01:00 committed by Felix Bartels
parent 134aa99bb8
commit 153e89f4c4

View File

@ -51,7 +51,7 @@ services:
- web-net
password-self-service:
image: tiredofit/self-service-password
image: tiredofit/self-service-password:2.8
container_name: password-self-service
domainname: ${LDAP_DOMAIN}
depends_on:
@ -59,7 +59,7 @@ services:
- mail
environment:
- LDAP_SERVER=ldap://ldap:389
- LDAP_BINDDN=cn=admin,dc=kopano,dc=demo
- LDAP_BINDDN=cn=admin,${LDAP_BASE_DN}
- LDAP_BINDPASS=${LDAP_ADMIN_PASSWORD}
- LDAP_BASE_SEARCH=${LDAP_BASE_DN}
- MAIL_FROM=noreply@${LDAP_DOMAIN}