Closed sergook closed 2 years ago
Tnx for the report. I wasn't aware this stopped working.
It seems Docker does not want to connect to loop-back address so I added additional argument and passed it around. It should work now on master.
Thank you! It works now!
Hello!
I created and run docker container on windows 10 (WSL2) as suggested:
But the page on localhost:7777 isn't working. It shows: "This page isn’t working. localhost didn’t send any data. ERR_EMPTY_RESPONSE"
However http://localhost:7777/ works when running the following command in PowerShell:
I also eliminated all warning messages during image start:
But still the page isn't working. Is any idea how to solve the problem? Thanks!