Skip to content

Start uwsgi with `exec` so it receives signals correctly

Jelle Besseling requested to merge uwsgi-exec into master

Short description

This article advices to use exec when starting docker containers using a shell script.

It makes sure the entrypoint of the docker container receives the signals sent by docker, e.g. when docker stop is used.

Edited by Jelle Besseling

Merge request reports