mirror of
https://github.com/docker/compose.git
synced 2025-10-16 12:58:49 +02:00
COMPOSE_PROGRESS variable supports 5 values: - "auto" - detect console capabilities - "tty" - use terminal capability for advanced rendering - "plain" - dump raw events to output - "quiet" - don't display events - "json" - outputs a machine-readable JSON stream Signed-off-by: Anvar Umuraliev <an.umuraliev@gmail.com>