Skip to content

Commit 8bb1717

Browse files
fix: remove unused port mapping and ensure consistent port configuration
Co-Authored-By: Rushil Srivastava <[email protected]>
1 parent b92df9f commit 8bb1717

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ services:
77
command: sh /app/start-emulator.sh
88
ports:
99
- "8123:8123"
10-
- "8124:8124"
1110
volumes:
1211
- ./start-emulator.sh:/app/start-emulator.sh
1312

1413
healthcheck:
15-
test: ["CMD", "wget", "-q", "--spider", "http://localhost:8123/v1/projects/test-project/locations/us-central1/queues"]
14+
test: ["CMD", "wget", "-q", "--spider", "http://0.0.0.0:8123/v1/projects/test-project/locations/us-central1/queues"]
1615
interval: 1s
1716
timeout: 3s
1817
retries: 30

0 commit comments

Comments
 (0)