#general

Changing Port Number for Docker Container

TLDR Ramya had issues with port 9000 not being available. Yash rV suggested binding an available port, which resolved the problem.

Powered by Struct AI
4
4mo
Solved
Join the chat
Jul 25, 2023 (4 months ago)
Ramya
Photo of md5-080141ed2f7a4ebfb0eb0761cd5d70f2
Ramya
06:24 AM
9000 port is not avilable can we change the port number
Yash rV
Photo of md5-cf77c5ac54f90e38660b2ee9331d5457
Yash rV
09:10 AM
Have you tried to bind an available port with port 9000 of your container? To achieve this, you'll need to make adjustments in the clickhouse section of docker-compose.yaml file locally.
Ramya
Photo of md5-080141ed2f7a4ebfb0eb0761cd5d70f2
Ramya
09:53 AM
yes tried working now
09:53
Ramya
09:53 AM
thanks