bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
369 stars 248 forks source link

Using a reverse proxy - listening port is wrong on the documentation. Correct port is 8080 #182

Open ChildApple opened 2 years ago

ChildApple commented 2 years ago

The documentations here say to use port 48087 as that's where docker will be listening, however that does not work and returns an error 503 if one instead uses port 8080 it works.

alangecker commented 2 years ago

@ChildApple it is 48087 since the 2.4 release. are you sure that you are running 2.4? maybe try a ./scripts/upgrade :)

ChildApple commented 2 years ago

I didn't think to run ./scripts/upgrade since this is a fresh and recent install.

So one must run it after installing? Why does it not install the latest version from the start?

I'll try running it and report back if it solved it.

In a non-related question, even after docker-compose down, docker-compose rm, ensuring all containers and volumes are deleted then I docker-compose up - d it says my email has been used to register before. And sure enough the data is persisting I take its greenlight persisting somehow? How can I make sure its a fresh install/where are the files persisting?

Thanks for any help to this. @alangecker

ChildApple commented 2 years ago

@alangecker I ran ./scripts/upgrade and it fixed the port issues, maybe adding a note to the docs that one must run the update script right after installation would be a good idea.

however I still cant get it to work after trying several times. I get the server error Invalid BigBlueButton Endpoint and Secret and uninstalling deleting everything and reinstalling doesn't fix it nor does it erase my previously created users.

BOZG commented 2 years ago

@alangecker I ran ./scripts/upgrade and it fixed the port issues, maybe adding a note to the docs that one must run the update script right after installation would be a good idea.

My installation was also using 8080 despite having run the upgrade script. It switched to 48087 when #179 was pushed to main branch (which was the same day you posted).

SudarshanHV commented 1 year ago

@alangecker , is this issue still open? I'd like to work on this and clear it from the backlog. Have some pre-existing knowledge about reverse proxy, and can document well :)