Skip to content

Commit

Permalink
Update README to add access information when user tried to run elsa w…
Browse files Browse the repository at this point in the history
…ith docker (elsa-workflows#4708)
  • Loading branch information
zergmk2 committed Dec 14, 2023
1 parent 6a36cbd commit 3ca9b29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://localhost:13000 and log in with:

```
Username: admin
Password: password
```

## Table of Contents

- [Documentation](#documentation)
Expand Down

0 comments on commit 3ca9b29

Please sign in to comment.