Skip to content

Conversation

@mjagyo
Copy link

@mjagyo mjagyo commented Dec 17, 2025

Introduce a --log flag for docker compose wait and docker compose up --wait to emit progress output while services are starting.

Signed-off-by: Mark Jagyo <mark.jagyo@gmail.com>
Copy link
Contributor

@ndeloof ndeloof left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need a new --log flag, which would only apply in combination with --wait. We can just attach to containers when --wait is set; users who prefer to keep it quiet can redirect output, rely on start --wait or maybe use --attach=.
Doing so you don't need a new flag not new AP attributes, the challenge becomes getting composeService.up to stop early, after container all get healthy (which is managed in start

@mjagyo
Copy link
Author

mjagyo commented Dec 17, 2025

I don't think we need a new --log flag, which would only apply in combination with --wait. We can just attach to containers when --wait is set; users who prefer to keep it quiet can redirect output, rely on start --wait or maybe use --attach=. Doing so you don't need a new flag not new AP attributes, the challenge becomes getting composeService.up to stop early, after container all get healthy (which is managed in start

okay noted, will work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants