doc: Include profile in 'down' command example

Ensures that no resources are left behind because of a remaining 'setup'
container.
This commit is contained in:
Antoine Cotten
2025-06-22 15:51:28 +02:00
parent ac4a01fe60
commit 74ad3553cc

View File

@@ -262,7 +262,7 @@ Elasticsearch data is persisted inside a volume by default.
In order to entirely shutdown the stack and remove all persisted data, use the following Docker Compose command:
```sh
docker compose down -v
docker compose --profile=setup down -v
```
### Version selection