RabbitMQ client throwing error while running docker-compose up command
问题 I am trying to run docker-compose with two .net core console applications having dependency of rabbitMQ, I am using Docker with Windows. I have added to console application, as described on RabbitMQ official docs https://www.rabbitmq.com/tutorials/tutorial-one-dotnet.html Outside of both applications I have added docker-compose.yml Folder structure: 1. Send Send.cs (as it is in RabbitMQ docs) Send.csproj Dockerfile FROM mcr.microsoft.com/dotnet/core/sdk:2.2 as build-env WORKDIR /app # Copy