Skip to content

Commit af509e3

Browse files
authored
fix(examples): change docker command (#10362)
1 parent 808b916 commit af509e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/with-docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Open http://localhost:3000.
5050
To shutdown all running containers:
5151

5252
```
53-
# Stop all running containers
54-
docker kill $(docker ps -q) && docker rm $(docker ps -a -q)
53+
# Stop running containers started by docker-compse
54+
docker-compose -f docker-compose.yml down
5555
```
5656

5757
### Remote Caching

0 commit comments

Comments
 (0)