Unable to access IPFS Desktop via local IP address

Hi,

with IPFS in a Linux Docker container I have no issues accessing IPFS via my local IP address.
But with my IPFS Desktop on Windows (kubo v0.16.0 desktop) I can access it via local host (127.0.0.1:5001) and via https://webui.ipfs.io. But can’t access it via http://192.168.0.48:5001
IP address is added in the IPFS config file
Part of the config file
…
“Access-Control-Allow-Origin”: [
“http://192.168.0.48:5001”,
“http://localhost:3000”,
“http://127.0.0.1:5001”,
“https://webui.ipfs.io”
…
Do you need to do something else when using IPFS Desktop?