Skip to content

Commit

Permalink
task: test against solr 9
Browse files Browse the repository at this point in the history
  • Loading branch information
s.jovanoski committed Jan 1, 2024
1 parent d523ca8 commit 5daa845
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions example/solr-9.0.0/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: '3'
services:
solr:
image: solr:9
ports:
- "8983:8983"
command: 'bash -e -c "cp -rf /opt/solr/server/solr/configsets /var/solr/data/configsets; solr-foreground;"'

0 comments on commit 5daa845

Please sign in to comment.