umami-software / umami

Umami is a simple, fast, privacy-focused alternative to Google Analytics.
https://umami.is
MIT License
22.88k stars 4.25k forks source link

Use init when running in Docker to avoid zombie process #2890

Open bparmentier opened 2 months ago

bparmentier commented 2 months ago

When the start-docker script is executed, some process is not properly cleaned up and ends up in a zombie state.

Using the init flag when launching the container runs an init process inside the container that will forward signals to node and reap processes.

Fixes: #1428

vercel[bot] commented 2 months ago

@bparmentier is attempting to deploy a commit to the umami-software Team on Vercel.

A member of the Team first needs to authorize it.