We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad63fc9 + 20efbef commit 1e85c54Copy full SHA for 1e85c54
1 file changed
docker-compose.yml
@@ -49,6 +49,9 @@ services:
49
restart: unless-stopped
50
ports:
51
- "127.0.0.1:5000:5000"
52
+ environment:
53
+ - MLFLOW_SERVER_ALLOWED_HOSTS=mlflow.khar.fi,127.0.0.1,localhost
54
+ - MLFLOW_SERVER_CORS_ALLOWED_ORIGINS=https://mlflow.khar.fi
55
volumes:
56
- ./mlruns:/mlruns
57
0 commit comments