mirror of
https://github.com/Viren070/MediaFusion.git
synced 2025-12-01 23:21:11 +01:00
update doc
This commit is contained in:
@@ -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>`.
|
||||||
|
|||||||
Reference in New Issue
Block a user