network sxastarter_default was found but has incorrect label com.docker.compose.network set to ""

Follow the below step to resolve the issue shown in the SS below:




  1. docker network ls
  2. docker network rm <network id of sxastarter_default>
  3. docker compose up -d
It will give you the exact issue as in our case it was that mounting was not right for license file.
4. Fix the issue, in our case it was correct file path and try docker compose up -d
5. Now run .\up.ps1

Thanks!!

1 comment:

  1. https://sitecorepeanuts.blogspot.com/2024/06/network-sxastarterdefault-was-found-but.html

    ReplyDelete

Creating Solr core for sitecore using command prompt

We setup the solr cores using command “C:\solr8985\sc103solr-8.11.2\bin>solr.cmd create -c sitecore_sxa_web_index -d sitecore_configset” ...