Updated bigbluebutton role

This commit is contained in:
2025-04-06 05:01:09 +02:00
parent ade8053430
commit 8d58aa2364
12 changed files with 321 additions and 90 deletions

View File

@@ -0,0 +1,11 @@
# Docker Compose
## Delete all containers, networks and volumes
```bash
docker compose down -v
```
## Show the state of all containers
```bash
watch -n 2 "docker compose ps -a"
```