Before you start please confirm the following.
Problem Description
I have a container with a health status set to "healthy". However, this status is not correctly reflected in the Portainer dashboard.


Expected Behavior
In the dashboard, it should display 1 for "healthy":

Actual Behavior
It displays 0 for "healthy"
Steps to Reproduce
- Create and start a container with a functioning health check.
- Verify if the health status is accurately displayed in the Portainer dashboard.
Portainer logs or screenshots
No response
Portainer version
2.22.0
Portainer Edition
Community Edition (CE)
Platform and Version
Podman 4.9.3
OS and Architecture
Ubuntu 24.04 LTS
Browser
No response
What command did you use to deploy Portainer?
podman run -d -p 9443:9443 -p 9000:9000 --name=portainer --restart=always -v /run/user/$(id -u)/podman/podman.sock:/var/run/docker.sock:Z -v portainer_data:/data docker.io/portainer/portainer-ce:2.22.0
Additional Information
No response