I hosted our application inside a docker container. When I run docker ps command, it gave info like below.
docker ps
CONTAINER ID IMAGE
Try curl http://localhost:32795/testapp/login.jsp.
curl http://localhost:32795/testapp/login.jsp
Your docker ps shows that container's port 8080 is bound to external port 32795 : [...] 0.0.0.0:32795->8080/tcp [...]
[...] 0.0.0.0:32795->8080/tcp [...]