You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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?
The text was updated successfully, but these errors were encountered:
In the README.md file its states this
doing this places you in the developement branch ,shouldn't this be something like
unless the main branch is updated to the 2.7.6 version.
Another question is, is this version 2.7.6 ready for production?
The text was updated successfully, but these errors were encountered: