From 189d62ee6ea3a0e2ab40f7bcb12c7b065ea5dea4 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 11 Dec 2020 12:13:15 -0500 Subject: [PATCH] update docs --- docs/docker-launcher.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docker-launcher.md b/docs/docker-launcher.md index caa67916..7c484622 100644 --- a/docs/docker-launcher.md +++ b/docs/docker-launcher.md @@ -41,9 +41,11 @@ To pull and run the Bubble Docker Launcher, open a terminal and run: docker run -p 8090:8090 -t ${BUBBLE_TAG} ## Activation -Upon a successful startup, the bubble launcher will be listening on port 8090 +Upon a successful startup, the bubble launcher will be listening on port 8090 (or whatever +you set the `BUBBLE_PORT` environment variable to). -Your Bubble is running locally in a "blank" mode. It needs an initial "root" account and some basic services configured. +Your Bubble is running locally in a "blank" mode. +It needs an initial "root" account and some basic services configured. Open http://127.0.0.1:8090/ in a web browser to continue with activation.