aspnetrun / run-aspnetcore-microservices

Microservices on .Net platforms which used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD, Vertical and Clean Architecture implementation with using latest features of .NET 8 and C# 12
https://www.udemy.com/course/microservices-architecture-and-implementation-on-dotnet/?couponCode=JUNE24
MIT License
2.53k stars 1.38k forks source link

docker-compose command is not working #14

Closed kias2014 closed 3 years ago

kias2014 commented 3 years ago

Hi

after executing "docker-compose -f docker-compose.yml -f docker-compose.override.yml up –d" below error will get

Capture

mehmetozkaya commented 3 years ago

I don't know why but somehow the dash (-) character comes long when you copy paste to your window. Please remove -d and write again -d with correcting dash character.