Hello everyone,
I need to use the docker version of bbb, i installed it following the instructions in the docs and the flash version works with no problem. The html 5 client, though, isn't...
here's what happens when i try to access it through the demo :

any hint ?
Also, i'd love to change port 80 to 8080, so i tried running the container this way :
docker run -p 8080:8080/tcp -p 1935:1935 -p 5066:5066 -p 3478:3478 -p 3478:3478/udp --name bigbluebutton bigbluebutton/bigbluebutton -h <IP_ADDR>
i also changed bigbluebutton nginx config so that it matches. when i do that, no client(even flash client) works.