Skip to content

Commit

Permalink
Add config lib and remove jetty opts
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Feb 7, 2025
1 parent 1cd6e53 commit 7da673d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion solr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ RUN create-service-user.sh --name solr /data && \

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

Expand Down

0 comments on commit 7da673d

Please sign in to comment.