You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the docker installed version of the server and can start my application correctly, but I cannot figure out how to connect to it via the browser. On the desktop code I access it on http://localhost:5000. I changed it so that it will listen on all interfaces, but I still cannot contact it from outside the docker. Is there a way to redirect a URL from the exposed site? Or do I need to expose the port in docker and access it that way?