File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040pip install stac_fastapi.opensearch
4141```
4242
43- ## Build Elasticsearh API backend
43+ ## Build Elasticsearch API backend
4444
4545``` shell
4646docker-compose up elasticsearch
4747docker-compose build app-elasticsearch
4848```
4949
50- ## Running Elasticsearh API on localhost:8080
50+ ## Running Elasticsearch API on localhost:8080
5151
5252``` shell
5353docker-compose up app-elasticsearch
@@ -269,4 +269,4 @@ curl -X "POST" "http://localhost:9200/_aliases" \
269269 }'
270270```
271271
272- The modified Items with lowercase identifiers will now be visible to users accessing ` my-collection ` in the STAC API.
272+ The modified Items with lowercase identifiers will now be visible to users accessing ` my-collection ` in the STAC API.
You can’t perform that action at this time.
0 commit comments