docker-compose icon indicating copy to clipboard operation
docker-compose copied to clipboard

Fix zombie process caused by auto-setup.sh by running temporal contai…

Open asmit990 opened this issue 1 month ago • 1 comments

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 avatar Dec 06 '25 20:12 asmit990

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Dec 06 '25 20:12 CLAassistant