Skip to content

Commit

Permalink
Document ./lila-docker down command
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbayless committed Sep 13, 2023
1 parent bc74440 commit 72c2d0a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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:
Expand Down

0 comments on commit 72c2d0a

Please sign in to comment.