mirror of
https://github.com/docker/docs.git
synced 2026-03-29 23:38:56 +07:00
keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
11 lines
244 B
Markdown
11 lines
244 B
Markdown
---
|
|
description: Unpauses paused containers for a service.
|
|
keywords: fig, composition, compose, docker, orchestration, cli, unpause
|
|
title: docker-compose unpause
|
|
---
|
|
|
|
```
|
|
Usage: unpause [SERVICE...]
|
|
```
|
|
|
|
Unpauses paused containers of a service. |