Update documentation
All checks were successful
Continuous Integration / Validate and test changes (push) Successful in 3s
All checks were successful
Continuous Integration / Validate and test changes (push) Successful in 3s
This commit is contained in:
@@ -9,6 +9,7 @@ The following command will delete ALL Docker data, including stopped containers,
|
||||
|
||||
```bash
|
||||
cd /srv/infra
|
||||
sudo docker stop $(sudo docker ps -a -q) && sudo docker rm $(sudo docker ps -a -q)
|
||||
sudo docker compose down -v --rmi all --remove-orphans
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user