From c8f8f0922682929c5c19f6cbb98e2e1cc1993644 Mon Sep 17 00:00:00 2001 From: Zachary Chai Date: Thu, 16 Feb 2017 14:37:59 -0500 Subject: [PATCH] change default port to 5000 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ef3e5a5..fffac25f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Install [docker](https://docs.docker.com/engine/getstarted/step_one/) Create an environment variables file, here is a [template with instructions](https://raw.githubusercontent.com/bigbluebutton/greenlight/master/env) Start the server in docker - docker run -d -p 3000:80 -v ${pwd}/db/production --env-file env bigbluebutton/greenlight + docker run -d -p 5000:80 -v ${pwd}/db/production --env-file env bigbluebutton/greenlight -You can change the published port (-p) default is 3000 +You can change the published port (-p) default is 5000 and the location of the environment variables file (--env-file) default is env