Skip to content
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

Clean up wget zombie processes spawned by HEALTHCHECK #1946

Open
1 task done
koebi opened this issue Jan 17, 2025 · 0 comments
Open
1 task done

Clean up wget zombie processes spawned by HEALTHCHECK #1946

koebi opened this issue Jan 17, 2025 · 0 comments

Comments

@koebi
Copy link
Collaborator

koebi commented Jan 17, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Feature/Enhancement Proposal

Currently, the health check in the Dockerfile results in quite a few zombie wget processes.
An explanation for this can be found here:
https://stackoverflow.com/questions/77105400/docker-compose-hundreds-of-health-check-processes-not-terminated

Additional context

No response

Possible Implementation

Consider init: true in docker compose file or add option to wget to clean itself up correctly.

Forum Topic Link

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant