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
This is the expected behavior:
As you run up with --attach-dependencies flag, compose ensure dependencies are running and attach to them, but still the services you targeted are the only ones considered to be stopped by SIGINT. --attach-dependencies purpose, as the name suggest, is to attach logs, not to add service dependencies in the list of managed services
Description
Compose doesn't stop attached containers on CTRL + C.
Steps To Reproduce
depends_on
key. (example below)--attach-dependencies
eg.docker compose up php --attach-dependencies
(not in daemon mode)Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: