From e40dec737cb512c42133eccbb84f4e737af80eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=BCnther?= Date: Thu, 10 Jan 2019 13:40:58 +0100 Subject: [PATCH] use fixed version of self-service-password --- docker-compose.yml-example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml-example b/docker-compose.yml-example index 3e81098..099228b 100644 --- a/docker-compose.yml-example +++ b/docker-compose.yml-example @@ -51,13 +51,14 @@ services: - web-net password-self-service: - image: tiredofit/self-service-password + image: tiredofit/self-service-password:3.0 container_name: password-self-service domainname: ${LDAP_DOMAIN} depends_on: - ldap - mail environment: + - SSP_VERSION=1.3 - LDAP_SERVER=ldap://ldap:389 - LDAP_BINDDN=cn=admin,${LDAP_BASE_DN} - LDAP_BINDPASS=${LDAP_ADMIN_PASSWORD}