aspnetrun/run-aspnetcore-microservices

No such service build

ChBasitGill opened this issue · 2 comments

WARNING: The WEBAPP_STORAGE_HOME variable is not set. Defaulting to a blank string.
WARNING: The HOME variable is not set. Defaulting to a blank string.
ERROR: No such service: build

Can you please use below command when compose docker file ? In some cases "-build" parameter gives that error so I replace it "-d" parameter in order run background.

docker-compose -f docker-compose.yml -f docker-compose.override.yml up –d

Thanks, it is working fine now.