Skip to content

Commit 1a1548d

Browse files
committed
add info to stop the containers
1 parent 35cb1c9 commit 1a1548d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tutorials/docker-compose.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,13 @@ exit
225225

226226
Then you can shut down your chain environment by running `CRTL+C` in your terminal.
227227

228+
229+
If you want to stop the docker containers without shutting down your terminal, you can run:
230+
231+
```bash
232+
docker compose down
233+
```
234+
228235
## 🎉 Next steps
229236

230237
Congratulations again! You now know how to run your chain with docker compose and interact with it using the Rollkit CLI in the docker container.

0 commit comments

Comments
 (0)