Skip to content

Commit

Permalink
chore: update readme (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeevaRamu0104 authored Mar 15, 2024
1 parent c2876ab commit ceadf7a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ Follow these simple steps to set up Hyperswitch on your local machine.
7. Access the application in your browser at http://localhost:9000.

---
### Running with Docker

1. docker run -p 9000:9000 -e apiBaseUrl=```your-backend-url``` -e sdkBaseUrl=```your-sdk-url``` juspaydotin/hyperswitch-control-center:latest

## Accessing the Application

Once the containers are up and running, you can access the application by navigating to http://localhost:9000 in your web browser.

## Feature Flags

Expand Down

0 comments on commit ceadf7a

Please sign in to comment.