mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[PR #3998] [MERGED] fix: Dockerfile Healthcheck unexpected exit code #60232
Reference in New Issue
Block a user
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/open-webui/open-webui/pull/3998
Author: @ScribblerCoder
Created: 7/19/2024
Status: ✅ Merged
Merged: 8/2/2024
Merged by: @tjbck
Base:
dev← Head:patch-1📝 Commits (1)
175d1ccpatch Healtcheck📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
Dockerfile(+1 -1)📄 Description
Changelog Entry
Description
PORTto the curl command. This makes the healthcheck send requests to the correct port. the expression returns 8080 ifPORTis unspecified-noption tojqto return non-zero exit code if the input was null/empty. stackoverflow jq github issueWhy/How I stumbled upon this problem:
I ran open-webui with
PORTset to 80 (I like using tailscale to avoid having to painfully deal with reverse proxies) yet docker reported that container was healthyAdded
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.