mirror of
https://github.com/docker/docs.git
synced 2026-03-29 15:28:51 +07:00
https://github.com/docker/compose/releases/tag/1.24.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
20 lines
508 B
Markdown
20 lines
508 B
Markdown
---
|
|
description: Displays log output from services.
|
|
keywords: fig, composition, compose, docker, orchestration, cli, logs
|
|
title: docker-compose logs
|
|
notoc: true
|
|
---
|
|
|
|
```
|
|
Usage: logs [options] [SERVICE...]
|
|
|
|
Options:
|
|
--no-color Produce monochrome output.
|
|
-f, --follow Follow log output.
|
|
-t, --timestamps Show timestamps.
|
|
--tail="all" Number of lines to show from the end of the logs
|
|
for each container.
|
|
```
|
|
|
|
Displays log output from services.
|