Sitecore/docker-examples

In the getting-started docker-compose.yml, should xconnect depend on solr or solr-init?

jorupp opened this issue · 0 comments

I tried running a docker compose up from getting-started in this repo (after running ./init.ps1), and it started solr, mssql, and id, but nothing else, and exited with a message about solr-init not having a health check. A few more tries resulted in the same error message.

When I changed xconnect to depend on solr instead of solr-init (which probably worked since solr-init had already run once), then a lot more stuff started to happen when I ran docker compose up.