2021-03-09 22:09:45 +01:00
|
|
|
command: docker compose restart
|
|
|
|
short: Restart containers
|
|
|
|
long: Restart containers
|
|
|
|
usage: docker compose restart
|
|
|
|
pname: docker compose
|
|
|
|
plink: docker_compose.yaml
|
|
|
|
options:
|
2021-09-13 17:41:21 +02:00
|
|
|
- option: timeout
|
|
|
|
shorthand: t
|
|
|
|
value_type: int
|
|
|
|
default_value: "10"
|
|
|
|
description: Specify a shutdown timeout in seconds
|
|
|
|
deprecated: false
|
|
|
|
experimental: false
|
|
|
|
experimentalcli: false
|
|
|
|
kubernetes: false
|
|
|
|
swarm: false
|
2021-03-09 22:09:45 +01:00
|
|
|
deprecated: false
|
|
|
|
experimental: false
|
|
|
|
experimentalcli: false
|
|
|
|
kubernetes: false
|
|
|
|
swarm: false
|
|
|
|
|