Skip to content

Commit

Permalink
upgrade elasticsearch and opensearch in docker-compose.yml (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Apr 9, 2024
1 parent 408896b commit 7b09b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ services:
environment:
- "discovery.type=single-node"
elasticsearch7:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.0
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.20
ports:
- "9202:9200"
environment:
- "discovery.type=single-node"
opensearch1:
image: opensearchproject/opensearch:1.3.1
image: opensearchproject/opensearch:1.3.14
ports:
- "9203:9200"
environment:
Expand Down

0 comments on commit 7b09b94

Please sign in to comment.