Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
ui:
image: idobry/chartmuseumui:latest
environment:
CHART_MUSESUM_URL: "http://chartmuseum:8080"
CHART_MUSEUM_URL: "http://chartmuseum:8080"
ports:
- 80:8080
chartmuseum:
Expand Down Expand Up @@ -90,7 +90,7 @@ In the browser, navigate to localhost and view your charts
To use ChartMuseumUI on a ChartMuseum with Multitenancy support enabled, add the following environment variable to ChartMuseumUI

```
CHART_MUSESUM_API_GET_CHARTS: "/api/org1/charts"
CHART_MUSEUM_API_GET_CHARTS: "/api/org1/charts"
```

Currently only one organization is allowed per ChartMuseumUI.
Expand Down