2019-11-16 15:48:00 +00:00
|
|
|
services:
|
|
|
|
openldap:
|
2023-08-03 14:18:50 +00:00
|
|
|
image: ghcr.io/ldapjs/docker-test-openldap/openldap:2023-03-18
|
2019-11-16 15:48:00 +00:00
|
|
|
ports:
|
|
|
|
- 389:389
|
|
|
|
- 636:636
|
2023-08-03 14:18:50 +00:00
|
|
|
healthcheck:
|
|
|
|
start_period: 3s
|
|
|
|
test: >
|
|
|
|
/usr/bin/ldapsearch -Y EXTERNAL -Q -H ldapi:// -b ou=people,dc=planetexpress,dc=com -LLL '(cn=Turanga Leela)' cn 1>/dev/null
|