From d504ea545a981058dcd3427aa78379659a0ff545 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 28 May 2021 15:24:55 +0200 Subject: [PATCH] Update the docs for the restart command --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index ed2cf15a..a1adf605 100644 --- a/docs/README.md +++ b/docs/README.md @@ -60,7 +60,7 @@ The subdomain used for the project can be configured via the `modules.local-serv * `--xdebug=` will enable Xdebug. The `mode` is optional and defaults to `debug`. Available values are `off`, `develop`, `debug`, `profile`, `coverage`, `gcstats` and `trace`. * `--mutagen` will enable Mutagen for container file sharing. * `composer server stop` - Stops the containers. -* `composer server restart` - Restart the containers. +* `composer server restart []` - Restart a given container, or all containers if none is provided. Available values are `nginx`, `php`, `db`, `redis`, `cavalcade`, `tachyon`, `s3` and `elasticsearch`. * `composer server destroy` - Stops and destroys all containers. * `composer server status` - Displays the status of all containers. * `composer server logs ` - Tail the logs from a given service, defaults to `php`, available options are `nginx`, `php`, `db`, `redis`, `cavalcade`, `tachyon`, `s3` and `elasticsearch`.