Skip to content

Commit

Permalink
Upgrade to Elasticsearch 8 locally (#2568)
Browse files Browse the repository at this point in the history
* Upgrade to ES8

* Random api change to trigger CI/CD

* Discard changes to api/api/controllers/search_controller.py
  • Loading branch information
zackkrida authored Jul 7, 2023
1 parent 06ccd92 commit 4f59b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ services:
profiles:
- ingestion_server
- api
image: docker.elastic.co/elasticsearch/elasticsearch:7.12.0
image: docker.elastic.co/elasticsearch/elasticsearch:8.8.2
ports:
- "50292:9200"
env_file:
Expand Down

0 comments on commit 4f59b4b

Please sign in to comment.