Update README.md

This commit is contained in:
Ghassan Yusuf 2025-03-28 04:34:21 +03:00
parent bba92ad99e
commit 32e8bf428f

View File

@ -122,3 +122,14 @@ run the following command
```
docker-compose down && docker-compose up --build -d
```
## In Case Of Failour
run the following commands, i will clean the docker engin from all containers, volumes, images etc
```
docker rm -v -f $(docker ps -qa)
docker rmi -f $(docker images -aq)
docker volume prune
docker system prune
sudo systemctl restart docker
```
then start over again