Hi MelancholyChicken65
I'm not sure you an control it, the ui deduces the URL based on the address you are browsing to: so if you go yo http://app.clearml.example.com you will get the correct ones, but you have to put them on the right subdomains:
https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_config#subdomain-configuration
Thank you again! Works perfectly!:)
Hi MelancholyChicken65 , just for completeness, you can also use the NGINX_APISERVER_ADDR
and NGINX_FILESERVER_ADDR
environment variables (passed to the webserver service in docker compose) to force the UI to use any custom value you'd like 🙂