mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-06 23:21:16 +08:00
10 lines
304 B
Docker
10 lines
304 B
Docker
# opensearch
|
|
FROM opensearchproject/opensearch:3.0.0
|
|
RUN /usr/share/opensearch/bin/opensearch-plugin install -b analysis-icu
|
|
RUN /usr/share/opensearch/bin/opensearch-plugin install -b \
|
|
https://github.com/aparo/opensearch-analysis-pinyin/releases/download/3.0.0/opensearch-analysis-pinyin.zip
|
|
|
|
# ...
|
|
|
|
|