We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49d846 commit 5c1ad7aCopy full SHA for 5c1ad7a
docker-compose/docker-compose.yaml
@@ -406,7 +406,7 @@ services:
406
- 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317'
407
- 'SYNTACTIC_CODE_INTEL_WORKER_ADDR=127.0.0.1:3288'
408
healthcheck:
409
- test: "wget -q 'http://127.0.0.1:3188/healthz' -O /dev/null || exit 1"
+ test: "wget -q 'http://127.0.0.1:3288/healthz' -O /dev/null || exit 1"
410
interval: 5s
411
timeout: 15s
412
retries: 3
0 commit comments