docker-compose.yml 319 B

12345678910
  1. services:
  2. openldap:
  3. image: ghcr.io/ldapjs/docker-test-openldap/openldap:2023-10-30
  4. ports:
  5. - 389:389
  6. - 636:636
  7. healthcheck:
  8. start_period: 3s
  9. test: >
  10. /usr/bin/ldapsearch -Y EXTERNAL -Q -H ldapi:// -b ou=people,dc=planetexpress,dc=com -LLL '(cn=Turanga Leela)' cn 1>/dev/null