Server Not Shutting Down Gracefully
Learn the ways to shut down the server gracefully.
We'll cover the following...
Compose intermittently aborts with Ctrl+C
When you start your application with Compose in the default, attached mode-in other words, without the -d
option, Compose connects to each container’s stdout, tailing the output.
When you press Ctrl+C
, Compose is supposed to instruct the containers to
terminate by sending ...