Skip to content

Conversation

@asmit990
Copy link

@asmit990 asmit990 commented Dec 6, 2025

When using docker-compose-postgres.yml, the temporal auto-setup container leaves a zombie process ([auto-setup.sh] ). This happens because the script exits without a reaper.

Running the container entrypoint through tini resolves the issue by properly reaping child processes.

This PR adds:
entrypoint: ["tini", "--", "/auto-setup.sh"]

Tested locally — zombie no longer appears in ps aux.

@asmit990 asmit990 requested a review from a team as a code owner December 6, 2025 20:39
@CLAassistant
Copy link

CLAassistant commented Dec 6, 2025

CLA assistant check
All committers have signed the CLA.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants