diff --git a/README.md b/README.md index ef17d2e..3fadbae 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ docker build -t bigbluebutton . Here we called the BigBlueButton container `bigbluebutton`. To run BigBlueButton in Docker, run the command ~~~ -docker run -rm -p 80:80/tcp -p 443:443/tcp -p 1935:1935 -p 5066:5066 -p 3478:3478 -p 3478:3478/udp bigbluebutton -h +docker run --rm -p 80:80/tcp -p 443:443/tcp -p 1935:1935 -p 5066:5066 -p 3478:3478 -p 3478:3478/udp bigbluebutton -h ~~~ Make sure you provide the host IP of the server on which you run the docker command. Once running, you can navigate to `http://` to access your BigBlueButton server.