I tried out the demo at https://github.com/docker-solr/docker-solr-examples/blob/master/docker-compose/docker-compose.yml hoping it would help me with my SOLR_HOST difficulties.
The issue with Docker is that the hosts are all internal to the network, not externally accessible. Which means features like the JDBC access to Solr fail, because the Solr client can't access those internal addresses from an external location.
I was hoping this example could demonstrate how to use a SOLR_HOST property to use the externally addressable address.
I tried out the demo at https://github.com/docker-solr/docker-solr-examples/blob/master/docker-compose/docker-compose.yml hoping it would help me with my
SOLR_HOSTdifficulties.The issue with Docker is that the hosts are all internal to the network, not externally accessible. Which means features like the JDBC access to Solr fail, because the Solr client can't access those internal addresses from an external location.
I was hoping this example could demonstrate how to use a SOLR_HOST property to use the externally addressable address.