ddev-contrib
ddev-contrib copied to clipboard
Incorrect instruction for adding solr on TYPO3
The information how to add a solr container for local ddev are not correct any longer.
It's not necessary to copy the solr configuration as described in step 5. And so it's also not necessary to add those files via volume. On the opposite, this results in buggy behaviour (stop word list and synonyms are not working as expected).
(
volumes:
- "./solr:/opt/solr/server/solr" # <-- THIS S NOT NEEDED ANY LONGER
The full discussion can be seen in this slack thread.
Shall I create a PR?
A PR would be wonderful. But please manually test from beginning to end.
And please look at https://github.com/drud/ddev-contrib/pull/67 and see if it gets solved by what you're doing.
Still awaiting your PR, thanks @rintisch