Unable to connect to MSSQL from one docker container to SQL docker container
I am using docker desktop and have SQL 2022 docker image and a simple nodejs web app on different containers. They are both started on a custom network and can see both containers on the same network, however i cannot connect to the SQL on the SQL container from the application container…