From f65195503f470f23345edf23ac57f96fa6ed0cef Mon Sep 17 00:00:00 2001 From: Fred Dixon Date: Mon, 24 Sep 2018 12:12:43 -0400 Subject: [PATCH] Fixed typing in docker run --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.