From 2c6ec01eb6e1a0f4061addd040f1194e9bbe5be1 Mon Sep 17 00:00:00 2001 From: Jens Willmer Date: Mon, 5 Jul 2021 10:17:02 +0200 Subject: [PATCH] Fixed docker example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eabba2930..4ddb43259 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Check out the [Quickstart guides](https://elsa-workflows.github.io/elsa-core/doc A quick and easy way to give Elsa a spin is to run the following Docker command: ```bash -docker run -t -i -e ELSA__SERVER__BASEURL='http://localhost:13000' -p 13000:80 elsaworkflows/elsa-dashboard-and-server:latest +docker run -t -i -e ELSA__HTTP__BASEURL='http://localhost:13000' -p 13000:80 elsaworkflows/elsa-dashboard-and-server:latest ``` Then navigate to http://localhost:13000.