Skip to content
Merged
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ or
pip install stac_fastapi.opensearch
```

## Build Elasticsearh API backend
## Build Elasticsearch API backend

```shell
docker-compose up elasticsearch
docker-compose build app-elasticsearch
```

## Running Elasticsearh API on localhost:8080
## Running Elasticsearch API on localhost:8080

```shell
docker-compose up app-elasticsearch
Expand Down Expand Up @@ -269,4 +269,4 @@ curl -X "POST" "http://localhost:9200/_aliases" \
}'
```

The modified Items with lowercase identifiers will now be visible to users accessing `my-collection` in the STAC API.
The modified Items with lowercase identifiers will now be visible to users accessing `my-collection` in the STAC API.