From da2b6b87d1c5e7580dfc5ace3bf1fc2b607b536d Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 11 Dec 2020 12:08:07 -0500 Subject: [PATCH] update docs --- docs/docker-launcher.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker-launcher.md b/docs/docker-launcher.md index 6822ec9a..286d36f1 100644 --- a/docs/docker-launcher.md +++ b/docs/docker-launcher.md @@ -8,7 +8,7 @@ This script will automatically install docker, pull the Bubble docker image and /bin/bash -c "$(curl -sL https://git.bubblev.org/bubblev/bubble/raw/branch/master/launcher)" -The launcher will listen on port 8090, you can change this by setting the BUBBLE_PORT environment variable: +The launcher will listen on port 8090, you can change this by setting the `BUBBLE_PORT` environment variable: BUBBLE_PORT=8080 /bin/bash -c "$(curl -sL https://git.bubblev.org/bubblev/bubble/raw/branch/master/launcher)"