mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 05:37:59 +01:00
Update OpenSearch to 2.15
Fixes slow shutdown in compose
This commit is contained in:
parent
a2368fcbf7
commit
200444bb91
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ services:
|
|||
driver: "none"
|
||||
|
||||
opensearch:
|
||||
image: opensearchproject/opensearch:2.14.0
|
||||
image: opensearchproject/opensearch:2.15.0
|
||||
volumes:
|
||||
- opensearch_data:/usr/share/opensearch/data
|
||||
- ./docker/opensearch/opensearch.yml:/usr/share/opensearch/config/opensearch.yml
|
||||
|
|
Loading…
Reference in a new issue