Hello,
I have created an nginx container on my Laptop using docker run --rm -it -p 8000:80 nginx
.
I can access the website on my laptop, but I can’t access the page on my desktop PC (same network)
Do you have any idea what the cause of this could be?