docker-compose.yml in Search API Solr 4.x
Same filename in this branch
Same filename and directory in other branches
jump-start/solr6/docker-compose.yml
File
jump-start/solr6/docker-compose.ymlView source
- version: '3'
- services:
- solr6:
- image: solr:6
- ports:
- - "8983:8983"
- volumes:
- - ./cloud-config-set:/opt/solr/server/solr/configsets/drupal/conf
- command: bash -c "docker-entrypoint.sh solr start -c; solr create -c drupal -d server/solr/configsets/drupal/conf -n drupal; solr restart -c -f"