Skip to content

Commit 3d5de79

Browse files
committed
Fixed mcp-binding-host
1 parent c96ef11 commit 3d5de79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
java $JAVA_OPTS -Duser.home=/userdata -Dmcp.transport=http -Dmcp.http.port=9000 -Dmcp.http.host=localhost --enable-native-access=ALL-UNNAMED --add-modules=jdk.incubator.vector -Dspring.profiles.active=deployed -jar /tmp/luceneserver-0.0.1-SNAPSHOT.jar
2+
java $JAVA_OPTS -Duser.home=/userdata -Dmcp.transport=http -Dmcp.http.port=9000 -Dmcp.http.host=0.0.0.0 --enable-native-access=ALL-UNNAMED --add-modules=jdk.incubator.vector -Dspring.profiles.active=deployed -jar /tmp/luceneserver-0.0.1-SNAPSHOT.jar

0 commit comments

Comments
 (0)