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

This is because the health check is done on the wrong port: ``` docker inspect --format='{{json .Config.Healthcheck}}' alangecker/bbb-docker-graphql-server:v3.0.4 | jq { "Test": [ "CMD-SHELL", "curl -f http://localhost:8080/healthz || exit 1"...

Hi! I just tried installing BBB via docker for my private server and realized that after creating a breakout room with the setting "Save whiteboard", going into the breakout room...

So, I successfully ran `./scripts/dev` as in the readme. This not only builds the containers, it also starts the dockerized BBB. I assume this is the same as running "docker-compose...

Hello, I am setting up BBB on my own VPS with my domain. Currently I am trying to get SSL encryption of Greenlight web UI via acquired by Certbot SSL...

How do you change screen share resolution / bitrate when using BBB in Docker? Docs point to `/etc/bigbluebutton/bbb-html5.yml` but can't find this file in any of the multiple containers that...

Hello, I've set `STUN_PORT=3477` in `.env` on a fresh bbb docker pull (tried both `main` and `develop` from scratch), but `bbb-coturn-1` still wants to run on `3478`, it seems that...

We have an internal server at the company with a local IP of 172.16.x.x. We exposed this server through the firewall to a public IP, and I set this public...

Hi, after the service comes up, even though everything seems okay, I'm getting errors. All containers have started correctly, why is this happening? ![image](https://github.com/user-attachments/assets/47342902-19f9-410f-9c70-6eef563529fd) ![image](https://github.com/user-attachments/assets/0285d9dd-2ceb-449b-832c-c48d717cd337)

The current default configurations for the turnserver appear to not have the no-udp options enabled by default. This default setting introduces a significant security risk, as it exposes the TURN...

I get this after running the setup script: > services.bbb-web.environment.IGNORE_TLS_CERT_ERRORS contains false, which is an invalid type, it should be a string, number, or a null Here is the full...