Reputation
Badges 1
4 × Eureka!Hi SuccessfulKoala55 ,
Sorry for late reply. When I come back from my vacation, I find I can not visit webserver at port 8080
. So I typed docker-compose -f docker-compose.yml down
to stop the containers and re-run docker-compose -f docker-compose.yml up
to restart the ClearML. However, when I visit webserver as normal, it pops up a window as figure attached. And I find the clearml-elastic
container keeps restarting, and the terminal prompts the errors as attached in...
Thanks for your help! SuccessfulKoala55 , I re-done the sudo chown -R 1000:1000 /opt/clearml
and restart the docker containers, everything goes well!
Now I have a new issue. When I create a new credential in my profile, the files_server
conf automaticlly generated still direct to the port 8081
, despite I change the port mapping in docker-compose.yml
from 8081
to 8084
as I mentioned before. Is there any way around to make it give the mapped port?
Alright, thank you again :)
Thanks for your reply SuccessfulKoala55 ! Here's the logs.