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

Restart the environment. Just the same as running `ddev stop` immediately followed by `ddev start`.
This can be useful if you have made changes the DDEV configuration etc.

**Example:**
```bash
$ ddev restart
```