Skip to content

Commit

Permalink
Use a different OpenLDAP docker image for testing
Browse files Browse the repository at this point in the history
because openshift/openldap-2441-centos7 reports 404
  • Loading branch information
atodorov committed Oct 24, 2023
1 parent 911b6dc commit 4c6d056
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker-compose.testing
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ version: '2'
services:
openldap_server:
container_name: openldap_server
image: openshift/openldap-2441-centos7
image: bitnami/openldap
restart: always
ports:
- 389:389
- 636:636
environment:
- LDAP_PORT_NUMBER=389
- LDAP_LDAPS_PORT_NUMBER=636
- LDAP_ADMIN_USERNAME=admin
- LDAP_ADMIN_PASSWORD=admin
- LDAP_ENABLE_TLS=yes

db:
container_name: db
Expand Down

0 comments on commit 4c6d056

Please # to comment.