I’m arriving at this issue in 2025 since I only just realized that the docker daemon is killing containers if they don’t exit in (to me, at least) a very short time period. I’m surprised I haven’t noticed any data corruption yet, since I have several containers that run databases or store persistent data in other ways and which seemingly aren’t being given adequate time to shutdown. The linked GitHub issue is still open, as well. I’m also realizing that the global shutdown-timeout option doesn’t seem to have affect for some of my containers. Is the only current solution to specify the stop-timeout on a container-by-container basis?