Skip to content

Commit 909938a

Browse files
fix: update emulator command to bind to all interfaces
Co-Authored-By: Rushil Srivastava <[email protected]>
1 parent 83e7113 commit 909938a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ services:
44
build:
55
context: .
66
dockerfile: Dockerfile.emulator
7-
command: sh /app/start-emulator.sh
7+
command: /emulator -host 0.0.0.0 -port 8123 -grpc_port 8123 -grpc_host 0.0.0.0 -grpc_insecure -grpc_bind_all -bind_all
88
ports:
99
- "8123:8123"
10-
volumes:
11-
- ./start-emulator.sh:/app/start-emulator.sh
1210

1311
healthcheck:
1412
test: ["CMD", "wget", "-q", "--spider", "http://0.0.0.0:8123/v1/projects/test-project/locations/us-central1/queues"]

0 commit comments

Comments
 (0)