Skip to content

Commit 19bba44

Browse files
fix: add grpc_bind_all flag to ensure emulator binds to all interfaces
Co-Authored-By: Rushil Srivastava <[email protected]>
1 parent b2731da commit 19bba44

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
@@ -2,7 +2,7 @@
22
set -e
33

44
# Start emulator binding to all interfaces
5-
/emulator -host 0.0.0.0 -port 8123 -grpc_port 8123 -grpc_host 0.0.0.0 -grpc_insecure &
5+
/emulator -host 0.0.0.0 -port 8123 -grpc_port 8123 -grpc_host 0.0.0.0 -grpc_insecure -grpc_bind_all &
66
EMULATOR_PID=$!
77

88
# Function to cleanup processes

0 commit comments

Comments
 (0)