dotnet-architecture / eShopOnDapr

A sample .NET distributed application based on eShopOnContainers, powered by Dapr.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The scope in the docker image is wrong, and the image source of docker compose should be indicated

spatxos opened this issue · comments

1.The scope in the docker image is wrong

https://github.com/spatxos/eShopOnDapr/blob/ee0085993628ba6e41a6f9221f36fca3ff47292e/src/ApiGateways/Aggregators/Web.Shopping.HttpAggregator/ProgramExtensions.cs#LL43C42-L43C42
,Scopes should be { "shoppingaggr", AppName }

2.The image source of docker compose should be indicated

Use docker compose to start, you should indicate the image source of the images, otherwise the local modification will not take effect