Added a comment on the image for BBB 2.6

This commit is contained in:
Anton Georgiev 2022-04-05 15:15:01 -04:00 committed by GitHub
parent 5bd86bc77d
commit ee92cee106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,7 @@ Create a script in your home directory named `create_bbb.sh` with the following
NAME="bbb-dev-01" # change here if you want a different name NAME="bbb-dev-01" # change here if you want a different name
HOSTNAME="${NAME}.test" HOSTNAME="${NAME}.test"
# IMAGE=imdt/bigbluebutton:2.4.x-develop # (for 2.4 development) # IMAGE=imdt/bigbluebutton:2.4.x-develop # (for 2.4 development)
# IMAGE=imdt/bigbluebutton:2.6.x-develop # (for 2.6 development)
IMAGE=imdt/bigbluebutton:2.5.x-develop # (for 2.5 development) IMAGE=imdt/bigbluebutton:2.5.x-develop # (for 2.5 development)
# retag the commit to force a lookup but keep in cache # retag the commit to force a lookup but keep in cache