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
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