1 parent c96ef11 commit 3d5de79Copy full SHA for 3d5de79
1 file changed
entrypoint.sh
@@ -1,2 +1,2 @@
1
#!/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
+ 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