immich docker service not accessible by other devices on LAN.
Hi, I have a docker desktop v4.36.0 (175267) running on windows 11. The docker compose file has configuration for exposing port 2283. The network is default while building the docker container i.e., "immich_default" bridge driver. I am able to connect and access the web page of immich from mu machine by navigating to localhost:2283 or 192.168.0.100:2283 even before explicitly allowing windows firewall rule.
I have setup a windows firewall rule to allow all tcp traffic to 2283 on my host machine (inbound).
Static IP is assigned to my host machine on my router.
immich server: 192.168.0.100 on 2283 adjacent mobile device: 192.168.0.116
this has been bugging me and its not the router as i have tested with a simple http server [python -m http.server 8000] on my host machine and im able to navigate to 192.168.0.100:8000 and see the directory listing. please help. thanks.