aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/usage/ddev-restart.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/usage/ddev-restart.md')
-rw-r--r--doc/src/usage/ddev-restart.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/usage/ddev-restart.md b/doc/src/usage/ddev-restart.md
new file mode 100644
index 0000000..57d570b
--- /dev/null
+++ b/doc/src/usage/ddev-restart.md
@@ -0,0 +1,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
+```