I have already modified the networking mode of Wsl2 to 'mirrored', with Docker installed directly within Wsl2. Services running directly within Wsl2 can be accessed from Windows. However, services running within Docker can only be accessed directly from Wsl2, but not from Windows. Here is a detailed context in the form of a Docker ps list. This shows the container ID, image, command, creation time, status, and ports. For example, the Ollama service can be accessed using curl from within Wsl2, but trying to access the same port from Windows does not work. This raises the question of whether my Wsl configuration has an issue.