Docker network declared as external could not be found


Warning: Undefined array key "socialize_RedditWidget" in /home/phpacd/websites/shkodenko.com/wp-content/plugins/socialize/frontend/socialize-services.php on line 166

I’ve faced the following error running CoreShop 3.0.2 demo in a Docker running command:

docker-compose up -d

I’ve got the following error:

network cors_dev declared as external, but could not be found

To fix it run the commands below:

docker network create "cors_dev"
docker-compose up -d

I hope this will save several minutes of your time.