mirror of https://github.com/docker/docs.git
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. |