When I use "docker-compose logs -f" to see the logs for a set of containers started with "up -d", and then use "ctrl-c" to stop tailing, I get this:
^CERROR: Aborting.
It is not an error that I stopped using tail. The containers are still running, not "aborted". Please do not freak me out. :)
+1
+1
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it had not recent activity during the stale period.
This is still an issue.
Relevant code: https://github.com/docker/compose/blob/854c14a5bcf566792ee8a972325c37590521656b/compose/cli/main.py#L69-L71
Most helpful comment
This is still an issue.
Relevant code: https://github.com/docker/compose/blob/854c14a5bcf566792ee8a972325c37590521656b/compose/cli/main.py#L69-L71