mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #1298] [Docs] Healthcheck #453
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#453
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @accforgithubtest on GitHub (Sep 17, 2025).
Original GitHub issue: https://github.com/lldap/lldap/issues/1298
May I pls request for clarification about the correct healthcheck for lldap (in a docker compose based setup).
Would be great if this is added to docs as well so the correct approach is documented.
Can you pls suggest If should stick to the health check from #451 ? Or Is the LLM's suggestion actually better ?
Going thru the older issues I see this example -
But asking an LLM suggests this -
@martadinata666 commented on GitHub (Sep 17, 2025):
Both are right, in docker environment (mostly) don't need to read config because the lldap host will always exist, but when the config has a custom port, or URL, then lldap needs to read config first.
@nitnelave commented on GitHub (Sep 17, 2025):
Basically, if you have to pass a specific CLI flag to start LLDAP by pointing it to the config file, you need the same for the health check. If you get it by default or through environment variables, you don't need anything for the health check (it also gets it)