Skip to content

Commit 49d832a

Browse files
committed
Add stop instructions
1 parent ebd8a54 commit 49d832a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ To start the stack, run:
2424
- The `--build` builds services (e.g. `php-fpm`, `nginx`) that comprise the stack.
2525
- The `--remove-orphans` stack ensures that services that aren't being used are deleted (to save disk space).
2626

27+
---
28+
29+
To stop the stack, run:
30+
31+
docker-compose stop
32+
33+
2734
# How-to (advanced)
2835

2936
## Re-building a service

0 commit comments

Comments
 (0)