mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Added database commands to bbb
This commit is contained in:
parent
93733e9e0e
commit
157f1c7306
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user