1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-23 07:46:19 +00:00

use fixed version of self-service-password

This commit is contained in:
Christian Günther 2019-01-10 13:40:58 +01:00 committed by Felix Bartels
parent 13acbc56f4
commit e40dec737c

View File

@ -51,13 +51,14 @@ services:
- web-net - web-net
password-self-service: password-self-service:
image: tiredofit/self-service-password image: tiredofit/self-service-password:3.0
container_name: password-self-service container_name: password-self-service
domainname: ${LDAP_DOMAIN} domainname: ${LDAP_DOMAIN}
depends_on: depends_on:
- ldap - ldap
- mail - mail
environment: environment:
- SSP_VERSION=1.3
- LDAP_SERVER=ldap://ldap:389 - LDAP_SERVER=ldap://ldap:389
- LDAP_BINDDN=cn=admin,${LDAP_BASE_DN} - LDAP_BINDDN=cn=admin,${LDAP_BASE_DN}
- LDAP_BINDPASS=${LDAP_ADMIN_PASSWORD} - LDAP_BINDPASS=${LDAP_ADMIN_PASSWORD}