Hi Sam,
Thanks for the guides, they've been super helpful :)
Having an issue with this one though. When I run the solution from your GitHub through the Docker Compose project the page localhost/weatherforecast then loads up with the message localhost refused to connect.
The NotesController page does the same thing and I can see breakpoints in the constructors aren't hit, although I have no issue stepping through the code in Program or Startup.
Looking at Docker Desktop and clicking open in browser from the DockerCompose container (created from the solution) and clicking Open in Browser takes me to localhost which gives the error localhost didn’t send any data.
If I look at the log for the SQL Server container I can see Logon Login failed for user 'sa'. Reason: Failed to open the explicitly specified database 'AppDbContext'. [CLIENT: 172.22.0.3] before it starts up the database.
I assume this is the issue - any idea how to resolve or debug this further?
I've tried adding my own secure password for the SQL instead of the one in your solution, several different ones with the same results.