Skip to content

Commit 21a5792

Browse files
fix: bind emulator to all interfaces for both HTTP and gRPC
Co-Authored-By: Rushil Srivastava <[email protected]>
1 parent b1ce29d commit 21a5792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start-emulator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ socat TCP-LISTEN:8123,fork,reuseaddr,bind=0.0.0.0 TCP:127.0.0.1:8124 &
66
SOCAT_PID=$!
77

88
# Start emulator on internal port with gRPC binding
9-
/emulator -port 8124 -grpc_port 8124 -grpc_host 0.0.0.0 &
9+
/emulator -host 0.0.0.0 -port 8124 -grpc_port 8124 -grpc_host 0.0.0.0 &
1010
EMULATOR_PID=$!
1111

1212
# Function to cleanup processes

0 commit comments

Comments
 (0)