Skip to content

Commit

Permalink
solr.config.lib.enabled=true
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Feb 26, 2025
1 parent 565bbfd commit 734ef21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN create-service-user.sh --name solr /data && \

# Defaults environment variables to be overloaded.
ENV \
SOLR_JAVA_OPTS= \
SOLR_JAVA_OPTS=-Dsolr.config.lib.enabled=true \
SOLR_JETTY_OPTS=-Dsolr.jetty.host=0.0.0.0 \
SOLR_LOG_LEVEL=INFO \
SOLR_MEMORY=512m
Expand Down

0 comments on commit 734ef21

Please sign in to comment.