I cannot find a solution on the net: I automatically (re-) deploy my stack using
docker stack deploy -c compose.yml atu
but it seems, the service contianers are all killed immediatly, which causes problems, because they cannot shutdown properly / gracefully.
Is there a way to first try stop (SIGTERM 15) the containers that are to be updated?
Best regards