Move runner port 18008 -> 18010

Follows the change already made on 4n4rch02. Updates the compose --port and
healthcheck plus every default in the bench tooling and the README, so the
scripts keep working without an explicit --port.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-25 16:04:45 +02:00
co-authored by Claude Opus 5
parent e2157e9226
commit 3ff4a5646f
6 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -72,9 +72,9 @@ services:
- --host
- 0.0.0.0
- --port
- "18008"
- "18010"
healthcheck:
test: ["CMD", "curl", "-sf", "http://localhost:18008/health"]
test: ["CMD", "curl", "-sf", "http://localhost:18010/health"]
interval: 30s
timeout: 10s
retries: 3