Skip to content

Commit 18f08e5

Browse files
bseremstasadev
authored andcommitted
Upgrade to SOLR 9
1 parent 94a7aeb commit 18f08e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.solr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
RUN sed -i '/X-Forwarded-/,/-->/ {/<!--/d; /-->/d}' /opt/solr/server/etc/jetty.xml
4343
USER solr
4444
args:
45-
SOLR_BASE_IMAGE: ${SOLR_BASE_IMAGE:-solr:8}
45+
SOLR_BASE_IMAGE: ${SOLR_BASE_IMAGE:-solr:9}
4646
restart: "no"
4747
# Solr is served from this port inside the container.
4848
expose:

0 commit comments

Comments
 (0)