update doc

This commit is contained in:
mhdzumair
2025-03-14 07:46:52 +05:30
parent 961b93da38
commit 044446c936
+8
View File
@@ -176,6 +176,14 @@ To stop MediaFusion, run the following command:
docker compose -f docker-compose.yml down 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 🛠️ ## Troubleshooting 🛠️
- If you encounter any issues during the deployment, check the logs for the respective service using `docker compose -f docker-compose.yml logs <service-name>`. - If you encounter any issues during the deployment, check the logs for the respective service using `docker compose -f docker-compose.yml logs <service-name>`.