dotnet-architecture / eShopOnWeb

Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
https://docs.microsoft.com/dotnet/standard/modern-web-apps-azure-architecture/
MIT License
10.12k stars 5.46k forks source link

How to connect to the postgres instance from the host ? #1012

Closed Chcoflex closed 7 months ago

Chcoflex commented 7 months ago

image I have tried: 127.0.0.1 localhost both with port 5432 logon name: postgres with password from the connectionstring and also tried the POSTGRES_PASSWORD from the Environment Variables for postgres.

?

Chcoflex commented 7 months ago

woops, wrong repo!