We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a7aeb commit 18f08e5Copy full SHA for 18f08e5
docker-compose.solr.yaml
@@ -42,7 +42,7 @@ services:
42
RUN sed -i '/X-Forwarded-/,/-->/ {/<!--/d; /-->/d}' /opt/solr/server/etc/jetty.xml
43
USER solr
44
args:
45
- SOLR_BASE_IMAGE: ${SOLR_BASE_IMAGE:-solr:8}
+ SOLR_BASE_IMAGE: ${SOLR_BASE_IMAGE:-solr:9}
46
restart: "no"
47
# Solr is served from this port inside the container.
48
expose:
0 commit comments