Skip to content

Commit

Permalink
Merge pull request #1242 from das-peter/patch-1
Browse files Browse the repository at this point in the history
SOLR: Fix for solr 9.8 breaking changes in module handling
  • Loading branch information
tobybellwood authored Feb 24, 2025
2 parents 1ac6b2b + a86f54e commit 4a2f6af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/solr-drupal/9.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ LABEL org.opencontainers.image.base.name="docker.io/uselagoon/solr-9"
COPY --from=jumpstart /search_api_solr/jump-start/solr9/config-set /solr-conf/conf
ENV SOLR_INSTALL_DIR=/opt/solr

ENV SOLR_MODULES="extraction,langid,ltr,analysis-extras"

CMD ["solr-precreate", "drupal", "/solr-conf"]

0 comments on commit 4a2f6af

Please sign in to comment.