Skip to content

Commit 5c1ad7a

Browse files
Fix syntactic worker healthcheck
1 parent d49d846 commit 5c1ad7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ services:
406406
- 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317'
407407
- 'SYNTACTIC_CODE_INTEL_WORKER_ADDR=127.0.0.1:3288'
408408
healthcheck:
409-
test: "wget -q 'http://127.0.0.1:3188/healthz' -O /dev/null || exit 1"
409+
test: "wget -q 'http://127.0.0.1:3288/healthz' -O /dev/null || exit 1"
410410
interval: 5s
411411
timeout: 15s
412412
retries: 3

0 commit comments

Comments
 (0)