We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d2613 commit 89f05efCopy full SHA for 89f05ef
1 file changed
document-engine/de-docker-compose/README.md
@@ -140,12 +140,14 @@ curl --request GET \
140
Stop the stack:
141
142
```bash
143
+source document-engine.env.sh
144
docker compose down
145
```
146
147
Remove the stack and local volumes:
148
149
150
151
docker compose down -v
152
153
0 commit comments