Added database commands to bbb

This commit is contained in:
Kevin Veen-Birkenbach 2023-11-27 18:57:29 +01:00
parent 93733e9e0e
commit 157f1c7306

View File

@ -14,6 +14,11 @@ Role to deploy [BigBlueButton](https://bigbluebutton.org/).
watch -n 2 "docker ps -a | grep bigbluebutton" watch -n 2 "docker ps -a | grep bigbluebutton"
``` ```
### database access
```bash
sudo docker-compose exec -it postgres psql -U postgres
```
## further information ## further information
- https://github.com/bigbluebutton/docker - https://github.com/bigbluebutton/docker
- https://docs.bigbluebutton.org/greenlight/gl-install.html#setting-bigbluebutton-credentials - https://docs.bigbluebutton.org/greenlight/gl-install.html#setting-bigbluebutton-credentials