diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-06-27 12:43:32 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-06-27 12:43:32 +0200 |
commit | 2363c716c0c6dfd91c7a2f1ea00881160b612c84 (patch) | |
tree | e9a7e3525aa65541d3016d064bf16dea8c8b49dc /doc/src/usage/ddev-stop.md | |
parent | b20f31182bae222e15c09b2a5d299b44043bfdb8 (diff) | |
download | hubzilla-ddev-2363c716c0c6dfd91c7a2f1ea00881160b612c84.tar.gz hubzilla-ddev-2363c716c0c6dfd91c7a2f1ea00881160b612c84.tar.bz2 hubzilla-ddev-2363c716c0c6dfd91c7a2f1ea00881160b612c84.zip |
Begin doc using mdbook.
Diffstat (limited to 'doc/src/usage/ddev-stop.md')
-rw-r--r-- | doc/src/usage/ddev-stop.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/usage/ddev-stop.md b/doc/src/usage/ddev-stop.md new file mode 100644 index 0000000..9822f61 --- /dev/null +++ b/doc/src/usage/ddev-stop.md @@ -0,0 +1,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 +``` |