From 715a2cfc3c0349dc66373ec9a711e2f30247d3a7 Mon Sep 17 00:00:00 2001 From: Omar Ansari Date: Thu, 5 May 2022 17:00:05 -0400 Subject: [PATCH] ansario/fix-signaling-guide-port --- docs/guides/guides-signaling-workflows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/guides-signaling-workflows.md b/docs/guides/guides-signaling-workflows.md index 3ed1e13..2f089b8 100644 --- a/docs/guides/guides-signaling-workflows.md +++ b/docs/guides/guides-signaling-workflows.md @@ -20,7 +20,7 @@ In this guide, we will take a look at setting up two simple workflows where one To follow this guide, make sure to run Elsa Dashboard. If you have Docker installed then running the following command is the quickest way to get started: ```bash -docker run -t -i -p 13000:80 elsaworkflows/elsa-dashboard-and-server:latest +docker run -t -i -p 14000:80 elsaworkflows/elsa-dashboard-and-server:latest ``` This will start the Elsa Dashboard in a container which you can access from a web browser at `http://localhost:14000`. @@ -59,4 +59,4 @@ Signal 1 received! The following animation shows everything scenario in action: -![Elsa Dashboard + Docker](assets/guides/guides-signaling-workflows-animation-1.gif) \ No newline at end of file +![Elsa Dashboard + Docker](assets/guides/guides-signaling-workflows-animation-1.gif)