Skip to content

Commit 89f05ef

Browse files
committed
fix instructions for cleanup
1 parent 43d2613 commit 89f05ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

document-engine/de-docker-compose/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,14 @@ curl --request GET \
140140
Stop the stack:
141141

142142
```bash
143+
source document-engine.env.sh
143144
docker compose down
144145
```
145146

146147
Remove the stack and local volumes:
147148

148149
```bash
150+
source document-engine.env.sh
149151
docker compose down -v
150152
```
151153

0 commit comments

Comments
 (0)