Skip to content

Instantly share code, notes, and snippets.

@thatbudakguy
Created February 4, 2020 19:32
Show Gist options
  • Save thatbudakguy/41760503e4130d29ce8e445c517efb2d to your computer and use it in GitHub Desktop.
Save thatbudakguy/41760503e4130d29ce8e445c517efb2d to your computer and use it in GitHub Desktop.
single solr compose file
version: '3'
services:
index:
image: solr
ports:
- "8983:8983"
volumes:
- ./solr_conf:/opt/solr/server/solr/configsets/core-name:ro
command:
- solr-precreate
- core-name
- /opt/solr/server/solr/configsets/core-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment