From 74ad3553ccc6f914a27cb1de7880a2b37e637b5c Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Sun, 22 Jun 2025 15:51:28 +0200 Subject: [PATCH] doc: Include profile in 'down' command example Ensures that no resources are left behind because of a remaining 'setup' container. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b49766..90cbd99 100644 --- a/README.md +++ b/README.md @@ -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