I have a problem to deploy my app for reading data located on Window host. Specifically, my situation is on the same machine:
- The SQL Server installed and managed on Window host,
- Docker app using engine of wsl2, I'm running a container on it
- The app running inside the container cannot query data from the SQL Server on Window host.
So, how can I config them to run smoothly?