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
@@ -146,12 +123,6 @@ Need a UI? We recommend using [Conduktor](https://conduktor.io) as your tool to
146
123
docker-compose -f full-stack.yml down
147
124
```
148
125
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
-
155
126
# FAQ
156
127
157
128
## Kafka
@@ -162,7 +133,7 @@ A: Add the following line to your docker-compose environment variables: `KAFKA_L
162
133
163
134
**Q: How do I delete data to start fresh?**
164
135
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`.
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`.
0 commit comments