From 7d6ee9938d876473e225aee5876755d1e76f4e8e Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 11 Dec 2020 12:27:30 -0500 Subject: [PATCH] update docs --- docs/docker-launcher.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/docker-launcher.md b/docs/docker-launcher.md index ad5c9306..88bd97a1 100644 --- a/docs/docker-launcher.md +++ b/docs/docker-launcher.md @@ -12,17 +12,20 @@ The launcher will listen on port 8090, you can change this by setting the `BUBBL BUBBLE_PORT=8080 /bin/bash -c "$(curl -sL https://git.bubblev.org/bubblev/bubble/raw/branch/master/launcher)" +There are a few other environment variables you can set to customize the launcher configuration. + +The header of the [launcher script](https://git.bubblev.org/bubblev/bubble/src/branch/master/launcher) +describes all the launch options in detail. + +### Running Launcher from Source If you have cloned the main [Bubble git repository](https://git.bubblev.org/bubblev/bubble), you can run the launcher directly, without using `curl`. From the top-level directory of the Bubble source repository (usually called `bubble`), run: - BUBBLE_PORT=8080 ./launcher + ./launcher -There are a few other environment variables you can set to customize the launcher configuration. - -The header of the [launcher script](https://git.bubblev.org/bubblev/bubble/src/branch/master/launcher) -describes all the launch options in detail. +You can pass environment variables the same as described above. ## Docker Installation If you're running Windows, or if the above script has problems installing Docker,