Update README.md

This commit is contained in:
Tiago D J 2021-06-23 10:48:24 -03:00 committed by GitHub
parent af336bae77
commit 6a90859f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ Create a script in your home directory named `create_bbb.sh` with the following
#!/bin/bash #!/bin/bash
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.3.x-develop IMAGE=imdt/bigbluebutton:2.4.x-develop
# retag the commit to force a lookup but keep in cache # 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 ) docker image inspect $IMAGE &>/dev/null && ( docker image tag $IMAGE $IMAGE-previous ; docker image rm $IMAGE )