You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by reznov9185 <re...@gmail.com> on 2018/05/14 09:18:28 UTC

Re: How to restart solr in docker?

This is what I needed to do for updating the solrconfig files from local to
docker:
`sudo docker cp docker/solr/production/conf/solrconfig.xml
solr:/opt/solr/server/solr/production/conf/solrconfig.xml`
`sudo docker restart solr`
For some reason this is not syncing automatically, so I had to cp the
changed configs. 




--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html