Docker – How can I multiple two spring boot web applications on same port with different endpoints?
I have two spring boot web applications. I want those applications to be deployed on same port with different endpoints, like Application 1 - xx.xx.xx.xx:80/app1 Application 2 - xx.xx.xx.xx:80/app2 I am trying to deploy these applications using docker in AWS…