Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scale-tone committed Jan 22, 2020
1 parent 43119a1 commit bb6882a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion durablefunctionsmonitor.dotnetbackend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To run this on your devbox you need to have [Azure Functions Core Tools](https:/

Run [this Docker container](https://hub.docker.com/r/scaletone/durablefunctionsmonitor) locally:
* **docker pull scaletone/durablefunctionsmonitor:2.0**
* **docker run -p 7072:80 -e AzureWebJobsStorage="your-azure-storage-connection-string" -e DFM_HUB_NAME="your-hub-name"scaletone/durablefunctionsmonitor:2.1**
* **docker run -p 7072:80 -e AzureWebJobsStorage="your-azure-storage-connection-string" -e DFM_HUB_NAME="your-hub-name" scaletone/durablefunctionsmonitor:2.1**
* Navigate to http://localhost:7072/api/monitor

**OR**
Expand Down

0 comments on commit bb6882a

Please sign in to comment.