Created
September 8, 2025 14:59
-
-
Save alexishida/ee650838852431d5d74db592de8f7ad8 to your computer and use it in GitHub Desktop.
apache solr docker default
This file contains hidden or 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
| docker run -d \ | |
| --name=my_solr \ | |
| --restart=always \ | |
| -v /etc/localtime:/etc/localtime:ro \ | |
| -v /storage/solr/data:/var/solr \ | |
| -p 8983:8983 \ | |
| solr:latest solr-precreate gettingstarted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment