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

Add env switch to disable nginx ipv6 bind #165

Closed john-zielke-snkeos closed 1 year ago

john-zielke-snkeos commented 1 year ago

Currently, when trying to use the docker image to deploy the web fronted on a system/cluster without IPV6, the nginx server fails with the error message: nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol). To fix this, this PR provides an environment variable to switch off the listen directive for IPV6.