mirror of
https://github.com/docker/docs.git
synced 2026-04-01 08:48:56 +07:00
keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
14 lines
315 B
Markdown
14 lines
315 B
Markdown
---
|
|
description: Restarts Docker Compose services.
|
|
keywords: fig, composition, compose, docker, orchestration, cli, restart
|
|
title: docker-compose restart
|
|
---
|
|
|
|
```
|
|
Usage: restart [options] [SERVICE...]
|
|
|
|
Options:
|
|
-t, --timeout TIMEOUT Specify a shutdown timeout in seconds. (default: 10)
|
|
```
|
|
|
|
Restarts services. |