You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I tried running a
docker compose up
fromgetting-started
in this repo (after running./init.ps1
), and it started solr, mssql, and id, but nothing else, and exited with a message aboutsolr-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 ofsolr-init
(which probably worked sincesolr-init
had already run once), then a lot more stuff started to happen when I randocker compose up
.The text was updated successfully, but these errors were encountered: