You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need a UI? We recommend using [Conduktor](https://conduktor.io) as your tool to bring a unified UI to all these components
@@ -123,6 +146,12 @@ Need a UI? We recommend using [Conduktor](https://conduktor.io) as your tool to
123
146
docker-compose -f full-stack.yml down
124
147
```
125
148
149
+
Clean state (zookeeper & kafka) with :
150
+
```
151
+
docker-compose -f full-stack.yml down
152
+
docker-compose -f full-stack.yml rm
153
+
```
154
+
126
155
# FAQ
127
156
128
157
## Kafka
@@ -133,7 +162,7 @@ A: Add the following line to your docker-compose environment variables: `KAFKA_L
133
162
134
163
**Q: How do I delete data to start fresh?**
135
164
136
-
A: Your data is persisted from within the docker compose folder, so if you want for example to reset the data in the full-stack docker compose, do a `docker-compose -f full-stack.yml down`.
165
+
A: Your data is persisted from within docker volumes , so if you want for example to reset the data in the full-stack docker compose, do a `docker-compose -f full-stack.yml rm`.
0 commit comments