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