Open
Description
I'm running openldap and phpldapadmin from a docker-compose file, for the openldap I was able to configure a healthcheck with "test: ldapwhoami -xH ldapi:// || exit 1". Is this the best way?
How can I perform a HealthCheck on phpldapadmin if you guys removed curl and wget?
I would like to run:
test: curl --fail -s http://localhost/ || exit 1