Miss port specified #1585
Unanswered
fajarmuslim
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@fajarmuslim docker run -p 5001:5001 catboost_apartment --port 5001 alternatively with env var: docker run -p 5001:5001 -e BENTOML_PORT=5001 catboost_apartment |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to run bento service with docker command, but when, trying to used port other than 5000. I faced the logs showing that the service still run on the 5000 port. How to solve this? Thanks in advance
command :
docker run -p 5001:5001 catboost_apartment
logs : [2021-04-19 10:20:46 +0000] [1] [INFO] Listening at: http://0.0.0.0:5000 (1)
Beta Was this translation helpful? Give feedback.
All reactions