What's the proper way to change HAPI default port to 8888?
I'm trying to deploy a HAPI Server to GCP Cloud Run.
I'm doing a nginx reverse proxy to receive requests at port 8080 and redirects to a container that must have a different port (8888 for example)
But i'm unable to replicate it in my local as well as in Cloud Run.