Skip to content

Instantly share code, notes, and snippets.

@alexishida
Created September 8, 2025 14:59
Show Gist options
  • Select an option

  • Save alexishida/ee650838852431d5d74db592de8f7ad8 to your computer and use it in GitHub Desktop.

Select an option

Save alexishida/ee650838852431d5d74db592de8f7ad8 to your computer and use it in GitHub Desktop.
apache solr docker default
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