We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bdb4f0 commit 40bdce4Copy full SHA for 40bdce4
README.md
@@ -23,7 +23,7 @@ bin/elasticsearch-plugin install https://github.com/EvidentSolutions/elasticsear
23
### Docker
24
Building the plugin and running with docker
25
```
26
-./gradlew build --DelastisearchVersion=8.5.3
+./gradlew build -DelasticsearchVersion=8.5.3
27
cd etc
28
docker compose build --build-arg "ES_VERSION=8.5.3"
29
docker compose up
@@ -88,7 +88,7 @@ Just make sure to uninstall the old plugin `bin/elasticsearch-plugin remove elas
88
this one in place.
89
90
## License and copyright
91
-
+
92
Copyright (C) 2021-2022 Evident Solutions Oy
93
94
This program is free software: you can redistribute it and/or modify
0 commit comments