I'm running a docker image (kong) that listens on 8000 by default.
As it doesn't use PORT, I have manually added PORT=8000 as a variable (which is mentioned as an alternative in Fixing Common Errors [0] ).
When I make a request via public url, I get "Application failed to respond".
When I run the same image locally, I can make request to 8000 without an issue, so I'm not sure could have gone wrong.
I would appreciate any help!