aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/usage/ddev-stop.md
blob: 9822f613ef69be20ba3931ab35789e7ab3572b2c (plain) (blame)
1
2
3
4
5
6
7
8
9
# ddev stop

Stops the environment and all the containers. Useful when you're done with
your session for now, but may want to continue at a later time.

**Example:**
```bash
$ ddev stop
```