You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When you press Ctrl-C in terminal running podman-compose, your containers are still left running. In contrast, docker-compose intercepts the SIGINT and powers down all containers.
Describe the solution you'd like
Same behavior as with docker-compose, stop all containers started by podman-compose up.
Additional context
Since podman-compose often acts as drop-in replacement for docker-compose, similar behavior would be beneficial.
jedahan, Fixmetal, DerRockWolf, eokoneyo and akhiljalagam