From 3ca9b29ad6f8716b855911a13397845274c5da8c Mon Sep 17 00:00:00 2001 From: zergmk2 Date: Thu, 14 Dec 2023 18:35:48 +0800 Subject: [PATCH 1/2] Update README to add access information when user tried to run elsa with docker (#4708) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 39992cf56..3b761fe74 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,16 @@ To give the Elsa Studio + Elsa Server a quick spin, you can run the following co docker pull elsaworkflows/elsa-v3:latest docker run -t -i -e ASPNETCORE_ENVIRONMENT='Development' -e HTTP_PORTS=8080 -p 13000:8080 elsaworkflows/elsa-v3:latest ``` + > This Docker image is based on a reference ASP.NET application that hosts both the workflow server and designer and is not intended for production use. +By default, you can access http://localhost:13000 and log in with: + +``` + Username: admin + Password: password +``` + ## Table of Contents - [Documentation](#documentation) From 4a8269efdfeeb55faa18dd43d30ffda030b28710 Mon Sep 17 00:00:00 2001 From: Mohamed Ali Date: Thu, 14 Dec 2023 14:21:39 +0300 Subject: [PATCH 2/2] [no ci] add link to Elsa 2 in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b761fe74..aae5a8113 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ [![Stack Overflow questions](https://img.shields.io/badge/stackoverflow-elsa_workflows-orange.svg)]( http://stackoverflow.com/questions/tagged/elsa-workflows ) [![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/elsaworkflows?style=social)](https://www.reddit.com/r/elsaworkflows/) +### [For Elsa 2 Click Here](https://github.com/elsa-workflows/elsa-core/tree/2.x) + ## Introduction Elsa is a powerful workflow library that enables workflow execution within any .NET application. Elsa allows you to define workflows in various ways, including: