mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2026-04-25 06:55:49 +03:00
[PR #108] consider environment variable SUBFOLDER in healthcheck.sh #113
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-netbootxyz#113
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/netbootxyz/docker-netbootxyz/pull/108
Author: @eagle-1
Created: 9/15/2025
Status: 🔄 Open
Base:
master← Head:fix-healthcheck-SUBFOLDER📝 Commits (2)
fac089dconsider environment variable SUBFOLDER in healthcheck.shbb82addMerge branch 'netbootxyz:master' into fix-healthcheck-SUBFOLDER📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
root/healthcheck.sh(+1 -1)📄 Description
if we make use of environment variable SUBFOLDER in container deployment, container healthcheck never goes green because a wrong path will be checked.
Tested with:
if we use
${SUBFOLDER:-/}instead of a plain/in# Check Web Appsection, the healthcheck will succeed.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.