Update README.md

pull/10/head
Tiago D J 3 years ago committed by GitHub
parent 6a90859f29
commit fb4de0fe51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,7 +82,7 @@ Create a script in your home directory named `create_bbb.sh` with the following
#!/bin/bash
NAME="bbb-dev-01" # change here if you want a different name
HOSTNAME="${NAME}.test"
IMAGE=imdt/bigbluebutton:2.4.x-develop
IMAGE=imdt/bigbluebutton:2.3.x-develop
# retag the commit to force a lookup but keep in cache
docker image inspect $IMAGE &>/dev/null && ( docker image tag $IMAGE $IMAGE-previous ; docker image rm $IMAGE )

Loading…
Cancel
Save