You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,13 +42,15 @@ docker-compose build
42
42
docker-compose up
43
43
```
44
44
45
-
By default, docker-compose uses Elasticsearch 8.x. However, most recent 7.x versions should also work.
45
+
By default, docker-compose uses Elasticsearch 8.x and OpenSearch 2.11.1.
46
46
If you wish to use a different version, put the following in a
47
47
file named `.env` in the same directory you run docker-compose from:
48
48
49
49
```shell
50
50
ELASTICSEARCH_VERSION=7.17.1
51
+
OPENSEARCH_VERSION=2.11.0
51
52
```
53
+
The most recent Elasticsearch 7.x versions should also work. See the [opensearch-py docs](https://github.com/opensearch-project/opensearch-py/blob/main/COMPATIBILITY.md) for compatibility information.
0 commit comments