From 72c2d0afe13186e25c34a1b13cc0e827bc9e7cd7 Mon Sep 17 00:00:00 2001 From: Trevor Bayless Date: Wed, 13 Sep 2023 11:39:20 -0500 Subject: [PATCH] Document ./lila-docker down command --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e73b38d5..0d07741c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The only requirements for running on your local machine are `git` and Docker Des ./lila-docker start ``` - Might take 5-10 minutes. Some services will start before others and you may see errors in the logs until everything comes online. + Starting new services may take 5-10 minutes. Some services will start before others and you may see errors in the logs until everything comes online. Lila will be the last service to complete, at which point you can visit http://localhost:8080/ to see the site. @@ -33,6 +33,15 @@ When you're done working, you can shut down the services with: ./lila-docker stop ``` +When the `stop` command is used, `./lila-docker start` can be later used to resume the stopped services. + +Alternatively, you can shut down and remove the services with: +```bash +./lila-docker down +``` + +When the `down` command is used, `./lila-docker start` can be later used to create and start new services. + ## URLs Always available: