diff --git a/develop-docs/self-hosted/troubleshooting/kafka.mdx b/develop-docs/self-hosted/troubleshooting/kafka.mdx index 203476bec8069c..f5abdb3c9cbb29 100644 --- a/develop-docs/self-hosted/troubleshooting/kafka.mdx +++ b/develop-docs/self-hosted/troubleshooting/kafka.mdx @@ -148,7 +148,7 @@ Unlike the proper solution, this involves resetting the offsets of all consumer 1. Stop the instance: ```shell - docker compose down --volumes + docker compose down ``` 2. Remove the the Kafka volume: ```shell