Skip to content

Commit

Permalink
use updated solr schema
Browse files Browse the repository at this point in the history
  • Loading branch information
alexskr committed Jun 12, 2024
1 parent f6c4ca0 commit 04a9001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:
- 4store

solr-ut:
image: ontoportal/solr-ut:0.1.0
image: ontoportal/solr-ut:0.2.0
healthcheck:
test: ["CMD-SHELL", "curl -sf http://localhost:8983/solr/term_search_core1/admin/ping?wt=json | grep -iq '\"status\":\"OK\"}' || exit 1"]
start_period: 3s
Expand Down

0 comments on commit 04a9001

Please sign in to comment.