Fix solr url in docspell.conf for the docker setup

This commit is contained in:
eikek 2021-07-07 21:20:57 +02:00
parent 8c9732c761
commit 180b8b3969

View File

@ -18,7 +18,7 @@
db_url="jdbc:postgresql://db:5432/dbname"
db_user="dbuser"
db_pass="dbpass"
solr_url="http://docspell-solr:8983/docspell"
solr_url="http://docspell-solr:8983/solr/docspell"
# This configures the restserver