Docker healthcheck does not work #407

Closed
opened 2026-02-05 17:33:27 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @Svenum on GitHub (Aug 14, 2025).

Current Behavior

I try to spin up a Pelican POC and the panel does not appear in my Traefik. After advanced inspection I found out that the healthcheck does not work.

docker inspect --format "{{json .State.Health }}" pc-panel-1 | jq
{
  "Status": "starting",
  "FailingStreak": 1,
  "Log": [
    {
      "Start": "2025-08-14T14:45:40.330767651+02:00",
      "End": "2025-08-14T14:45:40.371063193+02:00",
      "ExitCode": 2,
      "Output": "ash: !: unknown operand\n/healthcheck.sh: line 7: cgi-fcgi: not found\n"
    }
  ]
}

Expected Behavior

The healthcheck should go to "healthy"

Steps to Reproduce

Spin up a pannel with docker

Panel Version

latest

Wings Version

latest

Games and/or Eggs Affected

No response

Docker Image

No response

Error Logs


Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Originally created by @Svenum on GitHub (Aug 14, 2025). ### Current Behavior I try to spin up a Pelican POC and the panel does not appear in my Traefik. After advanced inspection I found out that the healthcheck does not work. ```bash docker inspect --format "{{json .State.Health }}" pc-panel-1 | jq { "Status": "starting", "FailingStreak": 1, "Log": [ { "Start": "2025-08-14T14:45:40.330767651+02:00", "End": "2025-08-14T14:45:40.371063193+02:00", "ExitCode": 2, "Output": "ash: !: unknown operand\n/healthcheck.sh: line 7: cgi-fcgi: not found\n" } ] } ``` ### Expected Behavior The healthcheck should go to "healthy" ### Steps to Reproduce Spin up a pannel with docker ### Panel Version latest ### Wings Version latest ### Games and/or Eggs Affected _No response_ ### Docker Image _No response_ ### Error Logs ```bash ``` ### Is there an existing issue for this? - [x] I have searched the existing issues before opening this issue. - [x] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Author
Owner

@Boy132 commented on GitHub (Aug 14, 2025):

This will be fixed in the next beta: #1609

Side note: "latest" is not a version.

@Boy132 commented on GitHub (Aug 14, 2025): This will be fixed in the next beta: #1609 Side note: "latest" is not a version.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#407