Skip to content

Commit

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

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

Expand Down

0 comments on commit 1cd6e53

Please sign in to comment.