docker icon indicating copy to clipboard operation
docker copied to clipboard

Docker files for BigBlueButton

Results 141 docker issues
Sort by recently updated
recently updated
newest added

Hi i install bbb from this source by docker and all things are ok except get error 2002 in webcam share and stay to loading share desk top when my...

Using lates development: what is 7.11 ? in docker-compsoe ? docker ps -q | xargs -n 1 docker inspect --format '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}} {{ .Name }}' | sed 's/ \// /'...

Hi guys, I am getting a 500 error when trying to login as admin and. Ant get the config to validate the secret_key_base and generate the bluebutton_secret for the API

# Problem The service `nginx` expects 8 instances of `html5-frontend` for load-balancing in `/etc/nginx/conf.d/default.conf`: ``` upstream poolhtml5servers { zone poolhtml5servers 32k; least_conn; server 10.7.7.200:4100 fail_timeout=10s max_fails=4 backup; server 10.7.7.201:4101 fail_timeout=120s...

Where is the Application Favicon located?

Where is the port configuration on Nginx? I want to change the default PORT 443 and 80

As I am currently about to deploy BBB on my server using this repository, I read through the `docker-compose.tmpl.yml` to better understand how the "dockerization" was accomplished, before deploying something...

Thanks für containerized BBB, because my server runs debian, not ubuntu ;-) After installing BigBlueButton 2.3 container I get following error after login: _Server Error Invalid BigBlueButton Endpoint and Secret...

I am using a reverse proxy. which containers do I have to put behind it, because they may be called via port 80 or 443?

Hello, I got the Docker-BBB Working but would like to modify some configurations in bigbluebutton.properties. Ist there a possibility to do this? Thank you!