In Windows docker quick terminal, I built an image and run a container.
The command is docker run -p 5005:5005 dockerdemo --server.urls http://0.0.0.0:5005
The launched url is http://192.168.99.100:5005
The I press F12 in Firefox or chrome then Network tab, I see a lot of 500 errors.
So how to get rid of it?