From cbc087618412ffe1fb37c7a4fadf15b973d9d26c Mon Sep 17 00:00:00 2001 From: Brian Grinstead Date: Wed, 12 Oct 2022 19:57:33 -0700 Subject: [PATCH] Remove duplicate step 2.5 (#339) --- Deployment.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Deployment.md b/Deployment.md index bc7b3428..329f9ca0 100644 --- a/Deployment.md +++ b/Deployment.md @@ -22,8 +22,6 @@ as with multi-machine setups. Docker Swarm is part of Docker, so if you have Doc 2.5. Optionally: Run `build-swarm.sh` to build images locally, such as if you've made any changes, otherwise can skip. -2.5: Optionally: run `build-swarm.sh` to build the Docker images locally on your machine (eg. if you've made any changes). - 3. Run `run-swarm.sh` to initialize the cluster. 4. Load `http://localhost:9871/` to see the Browsertrix Cloud login page. (The API is also available at: `http://localhost:9871/api/docs`).