mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 07:05:50 +03:00
[PR #61] [MERGED] Fix for Issue 56 #64
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-test-openldap#64
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?
📋 Pull Request Information
Original PR: https://github.com/rroemhild/docker-test-openldap/pull/61
Author: @randallmorse
Created: 3/24/2025
Status: ✅ Merged
Merged: 4/1/2025
Merged by: @rroemhild
Base:
master← Head:patch-1📝 Commits (1)
fba09ecFix for Issue 56📊 Changes
1 file changed (+6 additions, -1 deletions)
View changed files
📝
Dockerfile(+6 -1)📄 Description
Fix for Issue 56:
https://github.com/rroemhild/docker-test-openldap/issues/56
Docker does not automatically substitute environment variables in the HEALTHCHECK instruction.
add a line to create a health check script with the variables rendered, and adjusted the health check to execute that script.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.