mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-22 16:13:20 +01:00
add note about production use
This commit is contained in:
parent
ba25d4dfeb
commit
6537c1e27e
@ -13,3 +13,9 @@ docker run -p 80:80/tcp -p 1935:1935/tcp -p 5066:5066/tcp -p 32730-32768:32730-3
|
||||
Make sure you provide the host IP at the end of the command. This will take some time to pull the image from Docker hub.
|
||||
|
||||
Once running, you can navigate to `http://<YOUR_HOST_IP>` to access your BigBlueButton server.
|
||||
|
||||
## Keep in mind...
|
||||
|
||||
Our goal was to allow people to try a BigBlueButton server with a single command. This is not meant for production use, but rather for testing and trying out BigBlueButton.
|
||||
|
||||
We may work on a production-ready version that seperates the BigBlueButton components into containers using [docker-compose](https://github.com/docker/compose) in the future.
|
||||
|
Loading…
Reference in New Issue
Block a user