bigbluebutton / docker

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

README.md not correct #338

Open gordnhoo opened 1 month ago

gordnhoo commented 1 month ago

In the README.md file its states this

$ git clone https://github.com/bigbluebutton/docker.git bbb-docker
$ cd bbb-docker

# use the more stable main branch (sometimes older)
$ git checkout main 

doing this places you in the developement branch ,shouldn't this be something like

$ git clone -b 2.7.6  https://github.com/bigbluebutton/docker.git
$ cd docker

unless the main branch is updated to the 2.7.6 version.

Another question is, is this version 2.7.6 ready for production?