From ba9bb90cd4c14169fc9d92003bbd21f9628e5dec Mon Sep 17 00:00:00 2001 From: Jens Willmer Date: Tue, 6 Jul 2021 11:18:39 +0200 Subject: [PATCH] Fixed env var vor docker demo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ddb43259..eabba2930 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__HTTP__BASEURL='http://localhost:13000' -p 13000:80 elsaworkflows/elsa-dashboard-and-server:latest +docker run -t -i -e ELSA__SERVER__BASEURL='http://localhost:13000' -p 13000:80 elsaworkflows/elsa-dashboard-and-server:latest ``` Then navigate to http://localhost:13000.