-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rootless podman container health problem #166
Comments
I not sure what podman is doing…
After installing |
I saw a similar problem in another project related to alpine images too: louislam/uptime-kuma#295 I can make some tests and confirm it the solution installing |
Hi, I running rootless podman with your container. Podman report me that the status is unhealthy.
After some investigating it seems that when i don't publish port to my "host" network it fail connecting to localhost
So maybe healthcheck should check 127.0.0.1 instead of localhost?
Publishing port is not necessary, to access speedtest-exporter on the same container network
The text was updated successfully, but these errors were encountered: