diff --git a/deployment/docker-compose/README.md b/deployment/docker-compose/README.md index 194b86c..05d1549 100644 --- a/deployment/docker-compose/README.md +++ b/deployment/docker-compose/README.md @@ -176,6 +176,14 @@ To stop MediaFusion, run the following command: docker compose -f docker-compose.yml down ``` +## Resetting MediaFusion 🔄 + +To reset MediaFusion, remove the containers and volumes: + +```bash +docker compose -f docker-compose.yml down -v +``` + ## Troubleshooting 🛠️ - If you encounter any issues during the deployment, check the logs for the respective service using `docker compose -f docker-compose.yml logs `.