mirror of
https://github.com/docker/compose.git
synced 2025-05-06 15:40:11 +02:00
11 lines
332 B
Markdown
11 lines
332 B
Markdown
|
|
## Description
|
|
|
|
Lists containers for a Compose project, with current status and exposed ports.
|
|
|
|
```
|
|
$ docker compose ps
|
|
NAME SERVICE STATUS PORTS
|
|
example_foo_1 foo running (healthy) 0.0.0.0:8000->80/tcp
|
|
example_bar_1 bar exited (1)
|
|
``` |