Skip to content

Commit 3e687f7

Browse files
committed
add : allow host option
1 parent a2df36e commit 3e687f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

commons/service-defs/mlflow-ui.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"prestart": [],
33
"command": [
44
"/usr/local/bin/mlflow",
5-
"ui"
5+
"ui",
6+
"--host",
7+
"0.0.0.0"
68
]
79
}

0 commit comments

Comments
 (0)