Update documentation
All checks were successful
Continuous Integration / Validate and test changes (push) Successful in 3s

This commit is contained in:
2025-12-03 01:28:28 +01:00
parent 1423a4e4b2
commit 73fd4d26a5
8 changed files with 58 additions and 29 deletions

View File

@@ -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
```