Skip to content

Commit

Permalink
Update doc for args of compose restart - post-gen
Browse files Browse the repository at this point in the history
Signed-off-by: piroux <[email protected]>
  • Loading branch information
piroux committed Jul 29, 2022
1 parent 412335f commit db0295a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/reference/compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Docker Compose
| [`ps`](compose_ps.md) | List containers |
| [`pull`](compose_pull.md) | Pull service images |
| [`push`](compose_push.md) | Push service images |
| [`restart`](compose_restart.md) | Restart containers |
| [`restart`](compose_restart.md) | Restart service containers |
| [`rm`](compose_rm.md) | Removes stopped service containers |
| [`run`](compose_run.md) | Run a one-off command on a service. |
| [`start`](compose_start.md) | Start services |
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/compose_restart.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker compose restart

<!---MARKER_GEN_START-->
Restart containers
Restart service containers

### Options

Expand Down
6 changes: 3 additions & 3 deletions docs/reference/docker_compose_restart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
command: docker compose restart
short: Restart containers
short: Restart service containers
long: |-
Restarts all stopped and running services.
Restarts all stopped and running services, or the specified services only.
If you make changes to your `compose.yml` configuration, these changes are not reflected
after running this command. For example, changes to environment variables (which are added
Expand All @@ -11,7 +11,7 @@ long: |-
If you are looking to configure a service's restart policy, please refer to
[restart](https://github.com/compose-spec/compose-spec/blob/master/spec.md#restart)
or [restart_policy](https://github.com/compose-spec/compose-spec/blob/master/deploy.md#restart_policy).
usage: docker compose restart
usage: docker compose restart [SERVICE...]
pname: docker compose
plink: docker_compose.yaml
options:
Expand Down

0 comments on commit db0295a

Please sign in to comment.