Created
February 4, 2020 19:32
-
-
Save thatbudakguy/41760503e4130d29ce8e445c517efb2d to your computer and use it in GitHub Desktop.
single solr compose file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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