allegroai / clearml-server

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Other
364 stars 132 forks source link

Can I change port 8080 to another port? #173

Open chakloong883 opened 1 year ago

chakloong883 commented 1 year ago

I am setting up the clearml-server, I found that the port 8080 has been used for another application, I try to change the webserver port 8080 to 8888 through changing the webserver part of docker-compose.yml, but when i execute clearml-init and paste the credentials, it seems that the default apiserver interface also changed from 8008 to 8888: ClearML Hosts configuration: Web App: http://**ip**:8888 API: http://**ip**:8888 File Store: The verification of credentials failed. What is the reason? what should i do.

NathanClearML commented 1 year ago

Hi @chakloong883 , it seems that the apiserver is also changed to 8888. To resolve this issue change the port of the apiserver to the correct one.

Can you share your docker compose please?

LouisSnz commented 1 year ago

Hi @chakloong883,

Did you manage to solve your problem? I am having exactly the same issue.