Cannot access to the assigned docker container port #764
Labels
kind/feature-request
Issue requesting a new feature
kind/question
Issue that might be transferred to Discussions
Hi!
Read the documentation carefully, but unfortunately could not found a way to assign any custom port.
Basic-usage
How to assign custom http port to a container on run command? Traditional "docker run -p 8080:80 ..." syntax does not forward proxy to the app, so cannot access from the https://sub.domain.com:8080.
However, I can access the app just by visiting https://sub.domain.com.
The text was updated successfully, but these errors were encountered: