Access Docker ports on Windows from local network
Sorry I don't use Docker on windows a lot so I'm not sure how it works...
- I have Docker engine installed with WSL2 as the backend
- I have installed just the ML container on the Windows host
- The windows host is on the same local network as my immich server
I can access
http://localhost:3003
but not https://<local_ip>:3003
on either the Windows machine itself or from other device on the network.
I thought it might be a firewall issue but disabling the firewall didn't do anything. Even if it were a firewall issue, https://<local_ip>:3003
should work on the Windows machine itself.
Any suggesstions?1 Reply
Nvm the answer is this script: https://github.com/microsoft/WSL/issues/4150#issuecomment-504209723
GitHub
[WSL 2] NIC Bridge mode 🖧 (Has TCP Workaround🔨) · Issue #4150 · mic...
Issue WSL 2 seems to NAT it's virtual network, instead of making it bridged to the host NIC. My goal is for a service running in Ubuntu in WSL 2 to be accessible from anywhere on my local netwo...