I'm developing an .NET Core application. I use docker following this tutorial : https://docs.docker.com/compose/aspnet-mssql-compose/
So, thanks to docker compose I have dockerized my application and my SQL Server.
Now, I want to see my Database using software as Azure Data Studio. But when I try, I can't connect to the DB
Any idea ?