We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faddf43 commit bc5ce72Copy full SHA for bc5ce72
docker/templates/docker-compose.test.yml
@@ -23,8 +23,6 @@ services:
23
- solr-precreate
24
- dcv
25
- /opt/solr/conf
26
- - "-Xms256m"
27
- - "-Xmx512m"
28
healthcheck:
29
# this is a backend test so port will always be 8983 - NOT the forwarded port
30
test: ["CMD-SHELL", "curl -sf http://solr:8983/solr/dcv/admin/ping?wt=json | grep -io \"OK\" || exit 1"]
0 commit comments