mirror of https://github.com/docker/compose.git
21 lines
362 B
Markdown
21 lines
362 B
Markdown
|
<!--[metadata]>
|
||
|
+++
|
||
|
title = "logs"
|
||
|
description = "Displays log output from services."
|
||
|
keywords = ["fig, composition, compose, docker, orchestration, cli, logs"]
|
||
|
[menu.main]
|
||
|
parent = "smn_compose_cli"
|
||
|
+++
|
||
|
<![end-metadata]-->
|
||
|
|
||
|
# logs
|
||
|
|
||
|
```
|
||
|
Usage: logs [options] [SERVICE...]
|
||
|
|
||
|
Options:
|
||
|
--no-color Produce monochrome output.
|
||
|
```
|
||
|
|
||
|
Displays log output from services.
|