I have a localhost application running on port 5001.
I also have a docker container running that I want to be able to access the application described above but I receive a connection refused error.
I imagine this is because the container needs additional configuration to access the application via the port 5001.